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.

tf_1gpu.sh 264 B

4 years ago
12345678910
  1. #!/bin/bash
  2. workdir=$(cd $(dirname $0); pwd)
  3. mainpy=${workdir}/../tf_main.py
  4. ### validate and timing
  5. python ${mainpy} --model $1 --dataset $2 --learning-rate 0.01 --validate --timing
  6. ### run in cpu
  7. # python ${mainpy} --model tf_mlp --gpu -1 --validate --timing

分布式深度学习系统

Contributors (1)