trainer.sh 250 B

123456
  1. #!/bin/bash
  2. CUDA_VISIBLE_DEVICES='1'
  3. julia net.jl --gpu --epochs 10 --csv --logmsg "performance test with model as global variable" --eval
  4. # julia net_local.jl --gpu --epochs 10 --csv --logmsg "performance test with model as local variable" --eval