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 tried to run test_virtual_tryon.py with GMM model checkpoint provided, but it turned out that there are a lot of unexpected keys in source state_dict and missing keys in source state_dict. So I checked out both GMM and TOM models and figured out that they have same state dicts with same weights in it. I'm not sure this is how it's supposed to be.
The text was updated successfully, but these errors were encountered:
I tried to run test_virtual_tryon.py with GMM model checkpoint provided, but it turned out that there are a lot of unexpected keys in source state_dict and missing keys in source state_dict. So I checked out both GMM and TOM models and figured out that they have same state dicts with same weights in it. I'm not sure this is how it's supposed to be.
The text was updated successfully, but these errors were encountered: