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

Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization

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

Hi, I'm trying to migrate this sample to TL2. But I found in `train.py : 116` that optimizer only works for Decoder's variables, and there are codes restoring weights from...

Hello, After installation, I ran test.py and got ImportError: cannot import name 'imread' After googling, it seems that 'imread' has been deprecated from scipy. I currently have have 1.4.1 installed....

I'm trying this implementation, but I'm having an error running the command `python3 test.py`. I never used tensorlayer, so I think I need help. This is the traceback: ``` Traceback...

Hello, Why are the model sizes 20mb, thats way less than the original models ? What is the speed compared to the original implementation and to the Fast style transfer...