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
You can use gen_*****.pth to test, and you should to modify the code by following the step below:
change test.py --> model.load_state_dict(data) to model.load_state_dict(data['netG']).
How to integrate all those. pth into fuseformer. pth
The text was updated successfully, but these errors were encountered: