rrmina / fast-neural-style-pytorch

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

Can you share the pre-trained model? #6

Open ghost opened 5 years ago

ghost commented 5 years ago

Thanks,

rrmina commented 5 years ago

Hi. Sorry for the very late reply. Pretrained models are hosted here and here

batuhan3526 commented 3 years ago

Hi. Sorry for the very late reply. Pretrained models are hosted here and here

Hi I want to train my model like these. But how ? Could you help me ?

rrmina commented 3 years ago

You can start by modifying the hardcoded paths of style images in https://github.com/rrmina/fast-neural-style-pytorch#training-style-transformation-network.

I also prepared a notebook for training. You just need to change the style image, and if needed, the style_weight hyper parameters.