This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
Watch
1
Star
0
Fork
You've already forked pytorch-image-models
0
Code
Issues
Projects
Releases
Wiki
Activity
80a4877376
pytorch-image-models
/
distributed_train.sh
6 lines
81 B
Bash
Raw
Blame
History
#!/bin/bash
NUM_PROC
=
$1
shift
torchrun --nproc_per_node
=
$NUM_PROC
train.py
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink