PyTorch
PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab.
Here are 20,487 public repositories matching this topic...
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Mar 1, 2022 - Python
Learn how to responsibly deliver value with ML.
-
Updated
Feb 7, 2022 - Jupyter Notebook
PyTorch Tutorial for Deep Learning Researchers
-
Updated
Oct 16, 2021 - Python
YOLOv5
-
Updated
Mar 9, 2022 - Python
The fastai deep learning library
-
Updated
Mar 4, 2022 - Jupyter Notebook
-
Updated
Mar 9, 2022 - Python
https://github.com/open-mmlab/mmdetection/blob/7a9bc498d5cc972171ec4f7332afcd70bb50e60e/tools/analysis_tools/coco_error_analysis.py#L43
This I believe is for coco format, but I couldn't find any files for plotting precision or precision vs recall chart for pascal voc format.
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
-
Updated
Mar 9, 2022 - Python
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Mar 10, 2022 - JavaScript
📚 Documentation
For typos and doc fixes, please go ahead and:
.. code-block:: python
:emphasize-lines: 3,5
def some_function():
interesting = False
print 'This line is highlighted.'
print 'This one is not...'
print '...but this one is.'<img width="553" alt="Screenshot 2022-02-25 at 16 15 01" src="https://user-images.githubuserconte
Image-to-Image Translation in PyTorch
-
Updated
Feb 23, 2022 - Python
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
-
Updated
Mar 9, 2022 - Python
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
-
Updated
Mar 8, 2022 - Python
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
-
Updated
Feb 7, 2022 - Jupyter Notebook
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
🚀 Feature
Motivation
paper "LEARNING TO REPRESENT PROGRAMS WITH GRAPHS" which encode computer programs as graphs, with rich semantic information, however, most code implementation on this dataset VarMisuse is based on TensorFlow, like [tf-gnn-samples](https://github.com/microsof
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Mar 9, 2022 - C++
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
-
Updated
Mar 2, 2022 - Python
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Dec 30, 2021
-
Updated
Mar 10, 2022 - Python
Although the results look nice and ideal in all TensorFlow plots and are consistent across all frameworks, there is a small difference (more of a consistency issue). The result training loss/accuracy plots look like they are sampling on a lesser number of points. It looks more straight and smooth and less wiggly as compared to PyTorch or MXNet.
It can be clearly seen in chapter 6([CNN Lenet](ht
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
Aug 30, 2021 - Jupyter Notebook
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Mar 10, 2022 - 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?
A very simple framework for state-of-the-art Natural Language Processing (NLP)
-
Updated
Mar 9, 2022 - Python
State-of-the-art 2D and 3D Face Analysis Project
-
Updated
Mar 6, 2022 - Python
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
-
Updated
Mar 10, 2022 - Python
Is your feature request related to a problem? Please describe.
I typically used compressed datasets (e.g. gzipped) to save disk space. This works fine with AllenNLP during training because I can write my dataset reader to load the compressed data. However, the predict command opens the file and reads lines for the Predictor. This fails when it tries to load data from my compressed files.
Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Jul 25, 2021 - Jupyter Notebook
Created by Facebook's AI Research lab (FAIR)
Released September 2016
Latest release 3 months ago
- Repository
- pytorch/pytorch
- Website
- pytorch.org
- Wikipedia
- Wikipedia


The
forward()method implementation ofPerceiverAudioPreprocessorseems to be problematic because it has an extra requiredposargument, whereas all other preprocessors do not (or it is optional). In fact, while it is passed to `_build_net