Open ToanKGO opened 2 years ago
Hi, I'm newbie in Condenser. I use colab to run code and it can only run 24 hours max. I didn't find any resume_from_checkpoint in your code. How can i continue my training after 24 hours
You should be able to pass your checkpoint directly through the argument --model_name_or_path.
--model_name_or_path
Hi, does _num_trainepochs need to be modified? If not, will the entire epoch be run, not the rest of the epoch?
Hi, I'm newbie in Condenser. I use colab to run code and it can only run 24 hours max. I didn't find any resume_from_checkpoint in your code. How can i continue my training after 24 hours