issues
search
pytorch
/
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
https://pytorch.org/examples
BSD 3-Clause "New" or "Revised" License
22.45k
stars
9.55k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Updated regression example inline with other examples
#1300
boringbyte
opened
1 week ago
1
Fix python failing tests
#1299
c-p-i-o
closed
2 weeks ago
1
multigpu_torchrun.py does not show speed up when training on multi GPUs!
#1298
MostafaCham
opened
3 weeks ago
0
[doc][c10d] fixup fsdp tutorial
#1297
c-p-i-o
closed
2 weeks ago
5
fixed validate fn to match train fn in imagnet main file
#1296
ahmadmughees
opened
1 month ago
3
## :pill: CI failures summary and remediations
#1295
LiLu2312
opened
1 month ago
0
Fix invalid characters in filename in neural_style.py (line 119 in train function)
#1294
Innoy-qwq
opened
1 month ago
3
Fix platform type inconsistency custom-dataset.cpp
#1293
nccrrv
opened
1 month ago
1
mnist freezes on test with ROCM
#1292
jlo62
opened
1 month ago
0
Check for getting ILSVRC2012 datasets from image-net.org
#1291
yskelg
opened
1 month ago
1
Replace hardcoded default values in argparse help strings
#1290
miguelsousa
opened
2 months ago
2
Does torchrun + FSDP create multiple copies of the same dataset and model?
#1289
tsengalb99
opened
2 months ago
1
Add `--device` argument to run examples on a specific device
#1288
shink
opened
2 months ago
4
add --device for word_language_model
#1287
shink
closed
2 months ago
1
Use log1p(x) instead of log(1+x)
#1286
kit1980
closed
2 months ago
1
Update DDP tutorial for the correct order of set_device
#1285
fegin
closed
2 months ago
1
new algo
#1284
jjaskirat-ssingh
closed
2 months ago
2
Changes to the code
#1283
doshi-kevin
opened
3 months ago
2
Maid the changes to the main.py file
#1282
doshi-kevin
closed
3 months ago
0
Fix argument help descriptions to match default values
#1281
nariaki3551
opened
3 months ago
1
Bump torch from 1.9.0 to 2.2.0 in /distributed/rpc/batch
#1280
dependabot[bot]
opened
4 months ago
1
Multinode.py example fails
#1279
rohan-mehta-1024
opened
4 months ago
2
Larger image size for DCGAN code with Celeba dataset
#1278
mahmoodn
closed
4 months ago
0
word_language_model, is it a Transformer, Encoder-only or Decoder only?
#1277
efg001
closed
4 months ago
1
added FSDP MNIST example
#1276
surprisedPikachu007
opened
4 months ago
1
Updated the VAE example with some enhancements
#1275
jjaskirat-ssingh
closed
4 months ago
2
Implemented Restricted Boltzmann Machine Model
#1274
jjaskirat-ssingh
closed
4 months ago
2
Fix AC in T5 example
#1273
msaroufim
closed
4 months ago
2
fix typo
#1272
asuzukosi
opened
5 months ago
3
SequenceParallel sharding seems wrong
#1271
marib00
closed
5 months ago
1
[DOC] Update mnist.py example
#1270
orion160
opened
5 months ago
10
Update run_python_examples.sh
#1269
msaroufim
closed
5 months ago
1
Skip 403 error in CI for mnist examples
#1268
msaroufim
closed
5 months ago
1
Reduce epochs and steps for resnet training
#1267
jzh18
closed
5 months ago
2
docs: added copyright holder to license file
#1266
david-pa
closed
5 months ago
6
REINFORCE: Generalize for any environment
#1265
slitvinov
opened
5 months ago
3
reference of weight initialization for llama2 model
#1264
SeunghyunSEO
closed
5 months ago
1
`local_rank` or `rank` for multi-node FSDP
#1263
Emerald01
opened
5 months ago
0
fix comment in fsdp_tp_example.py
#1262
Mddct
opened
6 months ago
1
Remove the unused import in MNIST example
#1261
lancerts
closed
6 months ago
2
Remove the unused import in MNIST example
#1260
lancerts
closed
6 months ago
1
[Tensor Parallel] update examples to simplify embedding + first transformer block
#1259
tianyu-l
closed
6 months ago
0
Remove Vision Transformer Example
#1258
msaroufim
closed
6 months ago
1
multi-node Tensor Parallel
#1257
PieterZanders
opened
6 months ago
1
Fix the MNIST dataset url
#1256
lancerts
closed
6 months ago
1
Build error on cpp/custom-dataset
#1255
dribllerrad
opened
6 months ago
1
fix rdzv_id
#1254
Mddct
opened
6 months ago
2
Drawbacks of making the C++ API look like Python
#1253
dannypike
closed
6 months ago
10
Allow for bigger action space in actor-critic example
#1252
marekm4
closed
6 months ago
3
Update main_cpp.yml
#1251
msaroufim
closed
6 months ago
1
Next