pytorch
Here are 12,667 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Jupyter Notebook
Add volume Bar
some recordings have low volume so the output can be sometimes really quiet. how about we add a volume bar so we can make the output louder/quieter?
The fastai deep learning library, plus lessons and tutorials
-
Updated
Oct 21, 2020 - Jupyter Notebook
PyTorch Tutorial for Deep Learning Researchers
-
Updated
Oct 20, 2020 - Python
Image-to-Image Translation in PyTorch
-
Updated
Oct 18, 2020 - Python
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
-
Updated
Oct 11, 2020 - Jupyter Notebook
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with
👍 or be against with👎 . (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!) - Tell us that
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Oct 21, 2020 - JavaScript
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Oct 6, 2020
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
Sep 24, 2020 - Jupyter Notebook
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Oct 21, 2020 - Python
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Oct 21, 2020 - C++
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
-
Updated
Oct 21, 2020 - Python
A very simple framework for state-of-the-art Natural Language Processing (NLP)
-
Updated
Oct 21, 2020 - Python
Geometric Deep Learning Extension Library for PyTorch
-
Updated
Oct 20, 2020 - Python
Bug Report
These tests were run on s390x. s390x is big-endian architecture.
Failure log for helper_test.py
________________________________________________ TestHelperTensorFunctions.test_make_tensor ________________________________________________
self = <helper_test.TestHelperTensorFunctions testMethod=test_make_tensor>
def test_make_tensor(self): # type: () -> None
more details at: allenai/allennlp#2264 (comment)
🐛 Bug
Please reproduce using the BoringModel and post here
Currently, on_batch_start is called along on_train_batch_start during training but doesn't for test and validation.
It results in a different number of function calls betwee
Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai
-
Updated
Oct 16, 2020 - Python
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
-
Updated
Jul 13, 2020 - Jupyter Notebook
Interactive deep learning book with code, math, and discussions. Available in multi-frameworks.
-
Updated
Oct 22, 2020 - Python
Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Oct 20, 2020 - Jupyter Notebook
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
-
Updated
Oct 1, 2020
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
-
Updated
Oct 14, 2020 - Python
Currently our non-notebook examples are manually included in the examples webpage via custom .rst files in tutorial/source/. As the number of examples increases, it would be better to follow NumPyro's approach and generate HTML pages automatically with sphinx_gallery. This would make examples easier t
A library for answering questions using data you cannot see
-
Updated
Oct 21, 2020 - Python
Improve this page
Add a description, image, and links to the pytorch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pytorch topic, visit your repo's landing page and select "manage topics."


The architecture
GPT2ForSequenceClassificationwas added in #7501 in PyTorch. It would be great to have it in TensorFlow (cf. issues #7622), but it would also be great to have it for other causal models:OpenAI GPT, CTRL, TransfoXLCurrently working on OpenAI GPT: @fmcurti(done)Below is a list of items to follow to make sure the integration of such an architect