lengstrom / fast-style-transfer

TensorFlow CNN for fast style transfer ⚡🖥🎨🖼
10.92k stars 2.6k forks source link

How to strengthen the influence of the process? #146

Open roishik opened 6 years ago

roishik commented 6 years ago

I implemented the code on my laptop. First of all: great code! thank you for your donation! second: I want to strengthen the influence of the style transfer. Meaning: increase the similarity between the style image and the results. How can I do it? which line should I change?

Thanks!

coloboxp commented 6 years ago

I'm having a more or less similar situation. I've even tried with the original styles you have published, but still something is lost.

Using your checkpoint works just fine, but using mine (result of training with your Style), is not so good.

compare

Please could you share with us, what fine-tunning did you do?, or which one is the knob?, or it was just more epochs?

Thank you for your time, best regards

A

liuyanmin120 commented 6 years ago

I think is --content-weight, --style-weight, --checkpoint-iterations , these parames, I want to do this too.

coloboxp commented 6 years ago

Yes, would be great if the authors could share the parameters they've used, I've tried two variations at home but takes too long to train (10h) and I got even worse results.

reneroth commented 5 years ago

@lengstrom Sorry for bothering you - me and others would greatly appreciate a short write-up on the process you used to generate the provided pre-trained models.