hzy46 / fast-neural-style-tensorflow

A tensorflow implementation for fast neural style!
932 stars 361 forks source link

如果我要使用Inception_resnet_v2 或者其他模型, 我应该选择哪些层 #29

Closed wqj97 closed 6 years ago

wqj97 commented 7 years ago

VGG_16好理解, 但是如果我想用Inception_resnet_v2 或者是Inception_v4 我应该如何处理 style_layers 和 content_layers

wqj97 commented 7 years ago

另外还有一个问题是, 有没有调 style_weight和content_weight, tv_weight的经验可以介绍下~

hzy46 commented 7 years ago

需要定义一个image_unprocessing_fn 。其他的仿照写就可以了。

调参要多调才有感觉,先参考给定的参数吧。

wqj97 commented 7 years ago

谢谢你的回答~ 我想请问下, 用哪几层做style_layer和content_layer比较合适呢~

hzy46 commented 7 years ago

看yaml设置