7 lines
109 B
Bash
7 lines
109 B
Bash
#!/usr/bin/env bash
|
|
|
|
python train.py \
|
|
--data_dir path/to/dataset/ \
|
|
--name experiment_1 \
|
|
--batch_size 25 \
|