Taherali Patrawala
Results
1
comments of
Taherali Patrawala
> It's late to mentioned here, but testing started you can just put with checkpoint loading `strick = False` like this. `model.load_state_dict(checkpoint['state_dict'])` `model.load_state_dict(checkpoint['state_dict'], strict=False )` did it work?