forked from jokinkuang/stepbystep
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
blueardour edited this page Apr 18, 2019
·
1 revision
Welcome to the blueardour.github.io wiki!
` if [ "$FASTDIR" == "" ]; then FASTDIR=/workspace fi
cd $FASTDIR/git/pytorch-examples/imagenet python main.py --data $FASTDIR/data/imagenet/ --arch resnet18 -b 128 --iter-size 2 --case 'iter-size2_batch128' cd - `