change_detection.pytorch icon indicating copy to clipboard operation
change_detection.pytorch copied to clipboard

Load trained model weigths

Open ozanpkr opened this issue 2 years ago • 1 comments

Hi @likyoo ,

I study with yoru repo for my project.I have been added to new features to your repo.I'll share it with you when I'm done.

But I have a significant question;

How can I load weigths after training operation?

ozanpkr avatar Jul 25 '22 18:07 ozanpkr

just torch.load. If you want to only save state_dict for your model, you can modify here.

Looking forward to your contribution !

likyoo avatar Jul 25 '22 23:07 likyoo