Closed mohammedkw11 closed 1 year ago
Did you do that @mohammedkw11 , if yes can you please share the notebook link?
Did you do that @mohammedkw11 , if yes can you please share the notebook link?
Try to revise the setup function: Revise: model.load_from(np.load(args.pretrained_dir)) To: state_dict = torch.load(args.pretrained_dir, map_location='cuda') model.load_state_dict(state_dict, strict=False)
Hi,
Thank you for sharing this great work!
I want to use .bin file again. how I can do that.
Best, Mohammed