xla
c7b87dce
- add a --model flag to use any (supported) torchvision model
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
add a --model flag to use any (supported) torchvision model tested as: ```bash python $code_source/test/test_train_imagenet.py \ --datadir='$data_source' --model='resnet50' ``` for now only supported model is resnet50
References
#733 - imagenet: add a --model flag to use any (supported) torchvision model
Author
taylanbil
Committer
dlibenzi
Parents
a76e3c65
Loading