iPERDance / iPERCore

Liquid Warping GAN with Attention: A Unified Framework for Human Image Synthesis
https://iperdance.github.io/work/impersonator-plus-plus.html
Apache License 2.0
2.43k stars 316 forks source link

Unable to run iPERCore on precompiled and regular #130

Open ThePixelisaThor opened 2 years ago

ThePixelisaThor commented 2 years ago

Hey guys, I've been having lots of trouble running iPRECore on my pc (17-10875H, RTX 2070 maxq, 32 GB ram) I have watched at least 4 different installation guides, at some point it worked for an evening, and then nothing. Here are the logs when running with anaconda the default trump example : logs.txt and here's the logs when running off of the precompiled version : logs2.txt btw the online google collab thing works great but is really slow, that's why I'm stubborn about running it outside a browser

Big thanks in advance !

justinjohn0306 commented 2 years ago

Try increasing the paging file see if that works

On Fri, Sep 17, 2021, 10:41 PM ThePixelisaThor @.***> wrote:

Hey guys, I've been having lots of trouble running iPRECore on my pc (17-10875H, RTX 2070 maxq, 32 GB ram) I have watched at least 4 different installation guides, at some point it worked for an evening, and then nothing. Here are the logs when running with anaconda the default trump example : logs.txt https://github.com/iPERDance/iPERCore/files/7187296/logs.txt and here's the logs when running off of the precompiled version : logs2.txt https://github.com/iPERDance/iPERCore/files/7187301/logs2.txt btw the online google collab thing works great but is really slow, that's why I'm stubborn about running it outside a browser

Big thanks in advance !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iPERDance/iPERCore/issues/130, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDVKQ7W6JGDK7VHLYGWDZTUCNZF3ANCNFSM5EH7L3KQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ThePixelisaThor commented 2 years ago

I already increased it because I was getting paging errors

StevenLiuWen commented 2 years ago

Try to compile it from the source instead of using the precompiled windows version. Since the precompiled windows version is complied in a Titan-XP device with Cuda compute architecture 50, which is incompatible with other Nvidia-GPU and Cuda versions.