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 22,703 public repositories matching this topic...
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Jul 8, 2022 - Python
Learn how to responsibly deliver value with ML.
-
Updated
Jun 29, 2022 - Jupyter Notebook
YOLOv5
-
Updated
Jul 8, 2022 - Python
PyTorch Tutorial for Deep Learning Researchers
-
Updated
Jun 26, 2022 - Python
文本中如果有数字读不出来
This is a nice first issue:
Add types/docments to the Learner.get_preds function. This function is essential to any fastai user and has almost no documentation. Add types and text to the variables as we have in many places now.
What happened + What you expected to happen
When initializing a Ray Trainer, we provide a logdir argument, and the __init__ method of the Trainer stores it as a logdir class variable.
Then, when creating a Trainable with Trainer.to_tune_trainable(), it in-turn calls _create_tune_trainable(), which does not use self.logdir. So when tune_function is defined inside `_create_tu
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
Jun 7, 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
Jul 8, 2022 - Python
Hi, I see that is_last_batch trainer property isn't documented in https://pytorch-lightning.readthedocs.io/en/stable/common/trainer.html#properties.
I was lucky to find it here.
I feel it would be helpful to have all properties listed there.
Thanks.
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Jul 9, 2022 - JavaScript
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
-
Updated
Jul 8, 2022 - Python
Image-to-Image Translation in PyTorch
-
Updated
Jul 8, 2022 - Python
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
-
Updated
Mar 25, 2022 - Jupyter Notebook
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
-
Updated
Jul 5, 2022 - Python
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
Jul 9, 2022 - C++
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
Adding a Dataset
- Name: Stanford dog dataset
- Description: The dataset is about 120 classes for a total of 20.580 images. You can find the dataset here http://vision.stanford.edu/aditya86/ImageNetDogs/
- Paper: http://vision.stanford.edu/aditya86/ImageNetDogs/
- Data: *[link to the Github repository or current dataset location](http://vision.stanford.edu/aditya86/Ima
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Apr 28, 2022
We should sort imports with isort to keep the import section clean
深度学习入门开源书,基于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
Jul 8, 2022 - Python
Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.
-
Updated
Jun 22, 2022 - Python
State-of-the-art 2D and 3D Face Analysis Project
-
Updated
Jun 10, 2022 - Python
A very simple framework for state-of-the-art Natural Language Processing (NLP)
-
Updated
Jul 9, 2022 - Python
Created by Facebook's AI Research lab (FAIR)
Released September 2016
Latest release 12 days ago
- Repository
- pytorch/pytorch
- Website
- pytorch.org
- Wikipedia
- Wikipedia


What does this PR do?