run-youngjoo / SC-FEGAN

SC-FEGAN : Face Editing Generative Adversarial Network with User's Sketch and Color (ICCV2019)
Other
3.35k stars 530 forks source link

Decorator and docstring syntax fix #16

Closed vikasTmz closed 5 years ago

vikasTmz commented 5 years ago

removed incorrect placement of docstring. returns invalid syntax error.

xghostxx commented 5 years ago

Ideally the comment would be deleted totally, it makes the barrier to entry for using this enormous for the average user

Edit: it would also help greatly to have the exact versions of the libraries this runs on without issues so that setting up a separate environment would be easier

Edit2: It is also not exactly clear where the files for the pre-trained models need to go

run-youngjoo commented 5 years ago

Thanks for telling me about correct place of comment with decorator.