- Notifications
You must be signed in to change notification settings - Fork 9.8k
Pull requests: pytorch/examples
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Remove unused code from /cpp/transfer-learning/classify.cpp
#1092 by yncxcw was merged Nov 10, 2022 Loading…
[fix CI] replace assert_allclose with assert_close cla signed
#1091 by hudeven was merged Nov 4, 2022 Loading…
add mnist_rnn to test script for CI cla signed testing related to unit / integration tests
#1086 by hudeven was merged Oct 27, 2022 Loading…
Add map_location when loading model checkpoint cla signed
#1084 by subramen was merged Oct 18, 2022 Loading…
Speed-up to O(1) from O(N) of the computation of each return in REINFORCE enhancement reinforcement learning
#1083 by Chris1nexus was merged Oct 17, 2022 Loading…
Add map_location parameter in DDP-series example (pytorch#1078)
#1079 by lianchengmingjue was merged Oct 8, 2022 Loading…
Add set_epoch and fix args in DDP-series example cla signed
#1076 by subramen was merged Oct 3, 2022 Loading…
Fix device mismatch issue in #1071 cla signed distributed
#1073 by hudeven was merged Sep 30, 2022 Loading…
Add code for DDP tutorial series [PR 3 / 3] cla signed
#1069 by subramen was merged Sep 26, 2022 Loading…
Add code for DDP tutorial series [PR 2 / 3] cla signed
#1068 by subramen was merged Sep 22, 2022 Loading…
Add code for DDP tutorial series [PR 1 / 3] cla signed
#1067 by subramen was merged Sep 22, 2022 Loading…
Mac enhancement .gitignore to ignore .DS_* cla signed
#1066 by VatsalSy was merged Sep 21, 2022 Loading…
fix imagenet nondeterminism when seed is set (#1056) cla signed
#1057 by yzs981130 was merged Sep 14, 2022 Loading…
Fixed RL examples to work with new gym API cla signed
#1051 by vfdev-5 was merged Sep 14, 2022 Loading…
ProTip! Filter pull requests by the default branch with base:main.