pytorch
Here are 17,110 public repositories matching this topic...
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Aug 8, 2021 - Python
Learn how to responsibly deliver value with ML.
-
Updated
Aug 15, 2021 - Jupyter Notebook
PyTorch Tutorial for Deep Learning Researchers
-
Updated
Jun 10, 2021 - Python
The fastai deep learning library
-
Updated
Aug 17, 2021 - 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
Image-to-Image Translation in PyTorch
-
Updated
Jul 14, 2021 - Python
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Aug 17, 2021 - JavaScript
🐛 Bug
To Reproduce
When using Enums to simulate choices-like parser argument to LightningModule or LightningDataModule
class Options(str, Enum):
option1 = "option1"
option2 = "option2"
option3 = "option3"
class BoringModel(pl.LightningModule):
def __init__(self,
learning_rate: float = 0.0001,
switch: Oppytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
-
Updated
Aug 7, 2021 - Jupyter Notebook
YOLOv5
-
Updated
Aug 17, 2021 - Python
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
-
Updated
Aug 17, 2021 - Python
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Aug 16, 2021 - C
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
-
Updated
Aug 12, 2021 - Python
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
-
Updated
Aug 17, 2021 - Python
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
May 2, 2021
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
May 16, 2021 - Jupyter Notebook
Geometric Deep Learning Extension Library for PyTorch
-
Updated
Aug 17, 2021 - Python
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Aug 17, 2021 - Python
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 200 universities.
-
Updated
Aug 17, 2021 - Python
A very simple framework for state-of-the-art Natural Language Processing (NLP)
-
Updated
Aug 17, 2021 - Python
Is your feature request related to a problem? Please describe.
I want to evaluate multiple datasets (same formatting, they can share the same dataset reader). The "evaluate" command takes much longer to load the model than to evaluate.
Describe the solution you'd like
support passing multiple input files and output files to the "evaluate" command
**Describe alternatives you've cons
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
-
Updated
Aug 17, 2021 - Python
State-of-the-art 2D and 3D Face Analysis Project
-
Updated
Aug 17, 2021 - Python
Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Jul 25, 2021 - Jupyter Notebook
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
-
Updated
Mar 14, 2021 - Jupyter Notebook
Bringing Old Photo Back to Life (CVPR 2020 oral)
-
Updated
Aug 3, 2021 - 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."


https://github.com/huggingface/transformers/blob/546dc24e0883e5e9f5eb06ec8060e3e6ccc5f6d7/src/transformers/models/gpt2/modeling_gpt2.py#L698
Assertions can't be relied upon for control flow because they can be disabled, as per the following: