pytorch-multiple-style-transfer icon indicating copy to clipboard operation
pytorch-multiple-style-transfer copied to clipboard

A light weight pytorch re-implementation of the paper "A Learned Representation For Artistic Style"

Results 3 pytorch-multiple-style-transfer issues
Sort by recently updated
recently updated
newest added

https://github.com/kewellcjj/pytorch-multiple-style-transfer/blob/a295854382b45076c3f3c334dd6f88e50014fe1a/transformer_net.py#L82 In the original TF implementation the instancenorm layers in the residual blocks are also conditioned as far as I understand. Leaving them unconditioned in current implementation may lead to...

The current implementation is correct, but because you are indexing in a ModuleList, it's currently not possible to convert the torch model [to ONNX or trace it with TorchScript](https://github.com/pytorch/pytorch/issues/16123). I...

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...

enhancement