rrmina / fast-neural-style-pytorch

Fast Neural Style Transfer implementation in PyTorch :art: :art: :art:
321 stars 77 forks source link

new style image #8

Closed hyunmj closed 5 years ago

hyunmj commented 5 years ago

Hello Thank you for sharing your source codes. I want use my own style image when training network. Could you tell me how i can do this?

rrmina commented 5 years ago

Hi @hyunmj!

  1. Download the whole repository
  2. Edit line 17 of train.py with the location of your own style image.
  3. Run train.py script

Alternatively, you can fork a notebook and run your training in google colab.

Good luck!

hyunmj commented 5 years ago

thank you very much😊😀