File size: 93 Bytes
62a2f1c |
1 2 3 4 5 6 |
python main.py \
--out_dir $1 \
--data_root ./datasets \
--batch_size 64 \
--lr 0.04
|
62a2f1c |
1 2 3 4 5 6 |
python main.py \
--out_dir $1 \
--data_root ./datasets \
--batch_size 64 \
--lr 0.04
|