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,964 public repositories matching this topic...
-
Updated
Jul 12, 2022 - Python
-
Updated
Jun 29, 2022 - Jupyter Notebook
-
Updated
Jul 22, 2022 - Python
-
Updated
Jun 26, 2022 - Python
DEPENCES 依赖项不全
What could be better?
依赖项的 requ…….txt 应该被更新,而且 pytorch 更要描述具体版本和安装方式
本人配环境一个下午,勉强配出来 Tag0.0.1 pytorch 1.9.0 OnlyCpu
的版本。
文本中如果有数字读不出来
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.
-
Updated
Jul 22, 2022 - Python
-
Updated
Jul 13, 2022 - Python
🚀 Feature
Currently, LRSchedulerConfig type is not supported by _configure_schedulers_automatic_opt.
Motivation
I created a custom ReduceLROnPlateau
class that adds warmup epochs before ReduceLROnPlateau
. However, the ReduceLROnPlateau
sched
-
Updated
Jul 22, 2022 - JavaScript
-
Updated
Jul 22, 2022 - Python
-
Updated
Jul 17, 2022 - Python
-
Updated
Mar 25, 2022 - Jupyter Notebook
-
Updated
Jul 21, 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
-
Updated
Jul 22, 2022 - C++
-
Updated
Jul 20, 2022 - Python
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
-
Updated
Apr 28, 2022
We should sort imports with isort to keep the import section clean
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Jul 22, 2022 - Python
-
Updated
Jul 22, 2022 - Python
-
Updated
Jul 13, 2022 - Python
-
Updated
Jul 18, 2022 - Python
Created by Facebook's AI Research lab (FAIR)
Released September 2016
Latest release 25 days ago
- Repository
- pytorch/pytorch
- Website
- pytorch.org
- Wikipedia
- Wikipedia
Model description
I would like to add a new model:
Proposed in the paper: UNETR: Transformers for 3D Medical Image Segmentation
UNEt TRansformers (UNETR) utilize a transformer as the encoder to learn sequence representations of the input volume and effectively capture the global multi-scale information, while also following the successful "U-shaped"