FAST icon indicating copy to clipboard operation
FAST copied to clipboard

How to resume training with pretrained model?

Open ghost opened this issue 5 years ago • 0 comments

Thank you for sharing nice work. I have trouble in training. While my model trained with below command, my computer suddenly shut down.

python tasks/R2R/train.py --use_pretraining
                          --pretrain_splits train literal_speaker_data_augmentation_paths 
                          --feedback_method sample2step
                          --experiment_name smna

I checked the process and saved model file, it was already finished training with augmented data and was getting process with real data. I want to resuming training with real data at that final shut down timestep(epoch). What could i do to resume the training?

ghost avatar Jan 29 '20 02:01 ghost