amazon-science / gan-control

This package provides a pythorch implementation of "GAN-Control: Explicitly Controllable GANs", ICCV 2021.
Apache License 2.0
137 stars 23 forks source link

ModuleNotFoundError: No module named 'igt_res_gan' #14

Open jasuriy opened 1 year ago

jasuriy commented 1 year ago

Hi friends

I am getting this error when running controller_trainer.py : ModuleNotFoundError: No module named 'igt_res_gan' I guess the authors might have forgotten to add igt_res_gan module. please can anyone provide it or any help is highly appreciated. README.md

zhang373 commented 11 months ago

hello, sorry for bothering you but I do need your help! Have you ever solved the issue? Can you give me some help for finding the igt_res_gan?

jasuriy commented 11 months ago

@zhang373 hi

this is what I was suggested to do : "Thanks for finding this bug, you should replace all igt_res_gan to gan_control. Let me know if it fixed the issue."

hope this works

zhang373 commented 11 months ago

Thanks a lot for your kind reply! Can you please tell me where can I find "igt_res_gan"? Is that a repo posted on github? I have searched for it but I found nothing

jasuriy commented 11 months ago

@zhang373 I couldn't find it either. let me know if you find.

zhang373 commented 11 months ago

That is really a bad news

zhang373 commented 11 months ago

Thanks a lot! I understand what you mean, I will have a try!