chainer-fast-neuralstyle
chainer-fast-neuralstyle copied to clipboard
how to adjust different layer in training
Hi, after looking through the code, I can't understand how to set different layer. For example, I want to have: the following layer setup, how can I change the code? ('-content_layers', 'relu2_2, relu3_2', 'layers for content') ('-style_layers', 'relu1_1,relu2_1,relu3_1,relu4_1', 'layers for style')