You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to re-train your existing model-32 with my custom data set . For that i am replacing
self.load_state_dict(torch.load('../res/resnet50-19c8e357.pth'), strict=False)
with
self.load_state_dict(torch.load('../res/model-32'), strict=False)
But for using that performance of the model is downgraded. Please guide me how to retrain model-32 with my custom data set.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello sir,
Thank you for your great work.
I want to re-train your existing model-32 with my custom data set . For that i am replacing
self.load_state_dict(torch.load('../res/resnet50-19c8e357.pth'), strict=False)
with
self.load_state_dict(torch.load('../res/model-32'), strict=False)
But for using that performance of the model is downgraded. Please guide me how to retrain model-32 with my custom data set.
Thanks.
The text was updated successfully, but these errors were encountered: