Open gabrielelanaro opened 5 years ago
This one should be loss_weights = LossWeights(style=c2s, content=1.0) according to what discussed here #38 Anyway, we might want to keep the incorrect implementation as it works a lot better in the end. Not sure.
loss_weights = LossWeights(style=c2s, content=1.0)
Originally posted by @FraPochetti in https://github.com/gabrielelanaro/ml-prototypes/pull/43
This one should be
loss_weights = LossWeights(style=c2s, content=1.0)
according to what discussed here #38 Anyway, we might want to keep the incorrect implementation as it works a lot better in the end. Not sure.Originally posted by @FraPochetti in https://github.com/gabrielelanaro/ml-prototypes/pull/43