pytorch
Here are 11,915 public repositories matching this topic...
-
Updated
Jul 3, 2020 - Jupyter Notebook
Despite instructions to install ffmpeg in README.md (#414), people still skip it and get audioread's NoBackendError whenever trying to load mp3s. The exception is confusing to the end user and we get a lot of questions about it.
- The error message looks like this: CorentinJ/Real-Time-Voice-Cloning#386 (comment)
- What people need to do to resolve it is this: ht
The fastai deep learning library, plus lessons and tutorials
-
Updated
Aug 31, 2020 - Jupyter Notebook
PyTorch Tutorial for Deep Learning Researchers
-
Updated
Aug 24, 2020 - Python
Image-to-Image Translation in PyTorch
-
Updated
Aug 25, 2020 - Python
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
-
Updated
Aug 6, 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
Aug 30, 2020 - JavaScript
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Aug 20, 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
Jun 9, 2020 - Jupyter Notebook
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Aug 30, 2020 - Python
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Aug 31, 2020 - C++
A very simple framework for state-of-the-art Natural Language Processing (NLP)
-
Updated
Aug 31, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
[Bug] - Output type of QuantizeLinear operator should be uint8_t if y_zero_point is not provided
Spawned off https://github.com/onnx/onnx/pull/2772/files/7ab93cc1b635eada330dae7424d4ff7e8c22c295#r440422245, opening issue to track resolution
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
-
Updated
Aug 29, 2020 - Python
Geometric Deep Learning Extension Library for PyTorch
-
Updated
Aug 27, 2020 - Python
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
-
Updated
Jul 13, 2020 - Jupyter Notebook
🚀 Feature
at this moment we are using GFile for saving checkpoints which are imported from tensorboard which underhood uses TF core...
Motivation
remove the hard dependency on tensorboard as it seems tidy linked to TensorFlow and for visualization user can install it independently
Pitch
Avoid tensorboard limitations
Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai
-
Updated
Aug 30, 2020 - Python
Interactive deep learning book with code, math, and discussions. Available in multi-frameworks.
-
Updated
Aug 30, 2020 - Python
Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Aug 15, 2020 - Jupyter Notebook
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
-
Updated
Jul 5, 2020 - Python
To begin I tried logging in with GitHub and also creating an account on the pyro forums, but neither of those is working.
Problem
I need to fit a batch of four independent Gaussian Processes and I don't want to have to use for loops for fitting each one. The current GP's are able to broadcast properly to my outputs, but I can't batch them so that the inputs are independent.
My input d
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
-
Updated
Jan 31, 2019 - Python
A library for answering questions using data you cannot see
-
Updated
Aug 30, 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."


modeling_longformer.pyhas the classesLongformerForSequenceClassification,LongformerForMultipleChoiceandLongformerForTokenClassificationwhich are not present inmodeling_tf_longformer.pyat the moment.Those classes should be equally added to
modeling_tf_longformer.py.Motivation
The pretrained weights for TFLongformer are available so that these