Created
October 20, 2020 21:50
-
-
Save savan77/adc5e9630c68a566e0e7f09788bd3523 to your computer and use it in GitHub Desktop.
Training command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python train.py \ | |
| --dataset_name=custom \ | |
| --batch_size=1 \ | |
| --train_log_dir=/mnt/output/ \ | |
| --checkpoint=model.ckpt-399731 \ | |
| --max_number_of_steps=110000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment