LouieYang / deep-photo-styletransfer-tf

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

Option for training from scratch? #23

Closed ankitesh97 closed 6 years ago

ankitesh97 commented 6 years ago

Can this code be used for training a new model, for instance if I want to modify the loss term and retrain the model again - is that possible?

Thanks

LouieYang commented 6 years ago

Yes, you can modify the loss term and retrain by your own.

ankitesh97 commented 6 years ago

what file is that?

LouieYang commented 6 years ago

photo_style.py

ankitesh97 commented 6 years ago

thanks :)