cannot obtain the trained model (*.ckpt) after trainer.fit()
MiaoHu-Pro opened this issue · 0 comments
MiaoHu-Pro commented
Hi,
I have run on your code, and I am suffering a problem:
I cannot get the trained model (i.e., *ckpt) after the trainer.fit().
When it runs to `model.load_best_checkpoint()', can not load *ckpt models.
Could you please give me advice for running this code?
Miao