You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
You would need to run train.py --restore_from with path to your ckpt file. Note also that as default, the train.py script saves only trainable variables (thus no running mean/variance are saved). You would need to modify it to save all global variables (tf.global_variables())
For example, the training process stoped after 20K iterations. How to continue training from 20K iterations?
The text was updated successfully, but these errors were encountered: