titu1994 / Neural-Style-Transfer

Keras Implementation of Neural Style Transfer from the paper "A Neural Algorithm of Artistic Style" (http://arxiv.org/abs/1508.06576) in Keras 2.0+
Apache License 2.0
2.26k stars 481 forks source link

Saving model #74

Open crenaudineau1 opened 3 years ago

crenaudineau1 commented 3 years ago

Hello,

I use your INetwork to stylized my image but it takes a long time to run 100 epoch. I want to do this once and then just apply the network to stylized others images.

Is it possible to save the model and use it after ? How to do this ?

Thanks a lot for your response.