main.sh 107 B

123456
  1. #!/bin/bash
  2. python main.py --lr=0.1
  3. python main.py --resume --lr=0.01
  4. python main.py --resume --lr=0.001