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

source code for the ECCV18 paper A Style-Aware Content Loss for Real-time HD Style Transfer

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

TypeError: Tensors in list passed to inputs of 'MergeSummary' Op have types[bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool] that do not...

Thank you for your excellent job about the style-transfer. I am a little puzzled about the transformer block of this paper which is different from the code. Why doesn't adopt...

Hi :) First, I really enjoy this library and what I can do with it. I was wondering if by any chance, you had ported this code to Tensorflow 2.x...

when I train using small content dataset, the system puts forward" IndexError: Cannot choose from an empty sequence". Process Process-1: ValueError: number of bits must be greater than zero: IndexError:...

I'm sorry to bother you,but I have a question on could we apply style-transfer to image deformation. In style-transfer,we usually provide a content image and a style image to generate...

Hi, Thank you for a very nice work. I have noticed that after the training is over, the multiple processes aren't terminated. Lines 370-372 in model.py: for p in jobs:...

Rough google colab ports of trainer and model. It worked, but i had to abandon due to my poor internet constantly disconnecting my colab instances and requiring babysitting, hope this...

Does anyone encounter the following error on "CUDA_ERROR_ILLEGAL_ADDRESS" ? I have changed multiprocessing to single process, but the same problem happened. My GPU is GeForce RTX 2080 8GB (driver: 440.33.01),...

I can evaluate the new models of the artists mentioned in github page, based on evaluation data provided by the authors. But I wonder how to calculate deception score for...