Closed qic999 closed 6 months ago
Hello @qic999,
You can add the following line after you define clip in run_train.py
clip.load("path_to_pretrained_model")
This should continue pre-training stage. There is no scheduler in the zero-shot training so no need to load the optimizer state.
Thank you for sharing the excellent work. How can one resume from a pre-training stage and continue training?