You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

hetu_1gpu.sh 231 B

4 years ago
1234567891011
  1. #!/bin/bash
  2. workdir=$(cd $(dirname $0); pwd)
  3. mainpy=${workdir}/../main.py
  4. # model:
  5. # e.g. bash hetu_1gpu.sh mlp CIFAR10
  6. ### validate and timing
  7. python ${mainpy} --model $1 --dataset $2 --learning-rate 0.01 --validate --timing