thunguyenphuoc / HoloGAN

HoloGAN
333 stars 64 forks source link

AttributeError: 'HoloGAN' object has no attribute 'generator_AdaIN8' #11

Open rperdon opened 4 years ago

rperdon commented 4 years ago

I downloaded the code and celebA and tried running the training line provided and got this error.

NTU-P04922004 commented 4 years ago

I think the generator name generator_AdaIN8 does not exist. You should change the generator name generator_AdaIN8 in config_HoloGAN.json to an available one, for example, generator_AdaIN or generator_AdaIN_res128.