Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 395 Bytes

resume_training.md

File metadata and controls

10 lines (10 loc) · 395 Bytes

To resume training, you need to navigate to the log folder of the training job. By default, logs are saved in /tmp/adept_logs.

# Change directory to the desired log directory
cd /tmp/adept_logs/<environment-id>/<log-id-dir>/
# To continue training on a single GPU
python -m adept.app local --resume .
# To continue training on multiple GPUs
python -m adept.app distrib --resume .