lgvaz / faststyle

Fast style transfer
Apache License 2.0
21 stars 0 forks source link

Layer weights #10

Closed lgvaz closed 4 years ago

lgvaz commented 4 years ago

We might want to give each layer of the network a different weight, either when calculating content or style.

What is the best way of doing this? Weights should be passed to the loss function directly or to LayerFeats?