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

Add requirements.txt #22

Open mjmikulski opened 4 years ago

mjmikulski commented 4 years ago

Hi!

Would you be so kind to add a file with specification of the environment - it would greatly facilitate reproduction. It can be easily generated e.g. with:

pip freeze > requirements.txt

Or, at least, share what version of python and TF you used.

Thanks!