minar09 / ACGPN

"Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR 2020. (Modified from original with fixes for inference)
https://github.com/switchablenorms/DeepFashion_Try_On
77 stars 70 forks source link

When I run test.py, It's writing few errors #9

Open emreozdogann opened 3 years ago

emreozdogann commented 3 years ago

All needed softwares are installed Here's the screenshot: https://i.hizliresim.com/AxQ7g7.png

minar09 commented 3 years ago

Hi @emreozdogann , it says torch is not installed. That means you need to install pytorch. Please install it using pip or conda. Thanks.

emreozdogann commented 3 years ago

Thanks, I installed it and error is changed. Is the problem about my GPU? I have an Asus GTX 750 (Non-Ti, 1GB) Ekran görüntüsü 2020-12-31 16-53-59

minar09 commented 3 years ago

It seems you are out of memory. Either you can increase your GPU memory or try to run in CPU.