Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to resume training with pretrained model? #6

Open
ghost opened this issue Jan 29, 2020 · 0 comments
Open

How to resume training with pretrained model? #6

ghost opened this issue Jan 29, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 29, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants