cuiaiyu / dressing-in-order

(ICCV'21) Official code of "Dressing in Order: Recurrent Person Image Generation for Pose Transfer, Virtual Try-on and Outfit Editing" by Aiyu Cui, Daniel McKee and Svetlana Lazebnik
https://cuiaiyu.github.io/dressing-in-order
Other
513 stars 127 forks source link

Runtime Error #17

Closed harshitsharma0003 closed 2 years ago

harshitsharma0003 commented 2 years ago

Environment- Ubuntu 20.04 GPU - Envidia T4 & V100 (tried on both) Cuda - 11 Pytorch 1.0.0

requirements.txt had some library (given local link) I commented those.

Rest everything worked fine. I exported .ipynb file to py file and ran I got this error. When I googled one blog said this error is because this GPU not supported, is there any specific GPU requirement. Please advise

WhatsApp Image 2021-10-19 at 9 17 33 PM

cuiaiyu commented 2 years ago

Can you try again by changing from--init_type orthogonal to --init_type kaiming for a sanity check if this error is only given the weight initialization function?

cuiaiyu commented 2 years ago

close the issue as no longer active.