NVIDIA / NeMo

A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
https://docs.nvidia.com/nemo-framework/user-guide/latest/overview.html
Apache License 2.0
11.84k stars 2.46k forks source link

[Question] training after load_from checkpoint #1155

Closed usamaehsan closed 4 years ago

usamaehsan commented 4 years ago

Describe your question

When we load model by using Quartznet=EncDecCTCModel.load_from_checkpoint(ptl checkpoint path') And after that we train this model by using Trainer.fit(Quartznet) It starts traing from start or from previous checkpint epoch?

sasidharreddy25 commented 3 years ago

Describe your question

When we load model by using Quartznet=EncDecCTCModel.load_from_checkpoint(ptl checkpoint path') And after that we train this model by using Trainer.fit(Quartznet) It starts traing from start or from previous checkpint epoch? did you get answer ??