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.

pytorch_1gpu.sh 187 B

4 years ago
1234567
  1. #!/bin/bash
  2. workdir=$(cd $(dirname $0); pwd)
  3. mainpy=${workdir}/../torch_main.py
  4. ## validate and timing
  5. python ${mainpy} --model $1 --dataset $2 --learning-rate 0.01 --validate --timing

分布式深度学习系统

Contributors (1)