The Wayback Machine - https://web.archive.org/web/20220227003546/https://github.com/topics/deep-learning
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 42,987 public repositories matching this topic...

transformers
neochristou
neochristou commented Feb 21, 2022

🐛 Describe the bug

Floating point exception in native_group_norm when num_groups is 0.

Example to reproduce

import torch

input = torch.full((1, 1, 1, 1, 1, 1, 1, 1, 1, 1,), -1.5e+300, dtype=torch.float64, requires_grad=False)
weight = torch.full((1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,),
                    1.5e+300, dtype=torch.float64, requi

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