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

my own implementation of the ECCV 2018 paper 'A Style-Aware Content Loss for Real-time HD Style Transfer' based on pytorch

Results 2 adaptive-style-transfer-pytorch issues
Sort by recently updated
recently updated
newest added

hello dude, my conda env is Pytorch 1.10 + Cuda 11.3 +Cudnn 8.0+Python 3.6, my GPU is RTX3090 so i cannot use Pytorch 1.0 version as you showed. The training...

In both Encoder, Decoder and Discriminator, the torch.nn.functional.instance_norm is used in forward stage, there is no Instance Normalization layer defined in the model, so there are no IN parameters to...