Skip to content
#

Deep learning

Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.

Here are 40,603 public repositories matching this topic...

davidberard98
davidberard98 commented Dec 10, 2021

🚀 The feature, motivation and pitch

JIT serialization & freezing uses equality checks for things like common subexpression elimination (CSE).

Since aten::equal isn't implemented for sparse tensors, sparseTensorA.equals(sparseTensorB) fails, preventing CSE during freezing.

Currently, to get around this, sparse COO tensors are not converted to constants and inlined into the graph

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Nov 4, 2021
  • Python
Wikipedia
Wikipedia