examples
examples copied to clipboard
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
## Is your feature request related to a problem? Please describe. Can you please provide an example of Siamese network training / testing with triplet loss such that it can...
## Is your feature request related to a problem? Please describe. When we run word_language_model/main.py, we can select between a variety of models for the specific task at hand. However,...
## Context I am a freshman using DDP, so I directly use the code in this repo. The code can run in my environment, but there is no output. The...
I train resnet50 on ImageNet with GPUs=8, batchsize=256, learning-rate=0.1, epochs=90, and momentum=0.90. The attained top1 accuracy is 75.80, lower than the reported 76.15. The gap is not marginal on the...
Any help would be appreciated! Unable to run multiprocessing with mps device ## Context * Pytorch version: 2.0.0.dev20221220 * Operating System and version: macOS 13.1 ## Your Environment * Installed...
Your issue may already be reported! Please search on the [issue tracker](https://github.com/pytorch/examples/issues) before creating one. ## Context * Python 3.11 * Pytorch version: 2.1.1 * Operating System and version: Windows...
Hello, I wanted to run multi-node in two machines, each one has Ubuntu 20.04 LTS as the operating system and in each one, we have an environment with the same...
I'm in the ***main*** branch, and the checkout is also the latest: ***c67bbaba018d438447036c114133c6ad6c4f78b1***. my launch command is: ```shell python multigpu.py 30 5 ``` error is below: ```shell [W socket.cpp:663] [c10d]...
when I try to resume trainImagenet,this happens,How to solve this problem?  