alex-sage / logo-gen

Accompanying code for the paper "Logo Synthesis and Manipulation with Clustered Generative Adversarial Networks"
MIT License
86 stars 25 forks source link

Possible bug with __init__ in model.py #7

Closed peterkentish closed 5 years ago

peterkentish commented 5 years ago

In the param declaration of ___init___ in model.py on line 16 onwards, I think sample_dir is missing which causes an error when i run. Not sure if this is in my set up or not.

Love the paper and the code btw!