LouieYang / deep-photo-styletransfer-tf

Tensorflow (Python API) implementation of Deep Photo Style Transfer
805 stars 186 forks source link

'best_image' is used prior to global declaration #10

Closed andrewginns closed 7 years ago

andrewginns commented 7 years ago

Variable used before it has been declared. Swap lines 284 and 285 in photo_style.py

LouieYang commented 7 years ago

Merged, thx for PR.