sangyun884 / HR-VITON

Official PyTorch implementation for the paper High-Resolution Virtual Try-On with Misalignment and Occlusion-Handled Conditions (ECCV 2022).
825 stars 171 forks source link

Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same #49

Open charlotte1esquirol opened 1 year ago

charlotte1esquirol commented 1 year ago

I have this error when I try to test the pertained model. Can someone help me to resolve it ?

Capture d’écran 2023-01-15 à 13 55 36

thank you

fengyun691340 commented 1 year ago

I meet the same issue,you know how to salve the issue ?can you give me some advice,thank very much

DepressedSage commented 1 year ago

This usually happens when you haven't added the checkpoints in the correct directory as advised in the README.md Hopefully this helped!