pytorch-multiple-style-transfer
pytorch-multiple-style-transfer copied to clipboard
Multiple Styles in a single content image?
Hi, I am not very experienced in this, but I thought this was incorporating multiple styles in a single image? In your eval command, we are only providing one id for style - can we provide multiple ids there, for multiple styles? Thanks!
By "multiple style transfer", I mean to train a single model for multiple styles. During eval, it now only supports one style at a time. While I think it is possible to put two or more styles into one image, I'm sorry this repo currently does not support that.