Style-Transfer-Algorithm icon indicating copy to clipboard operation
Style-Transfer-Algorithm copied to clipboard

TensorFlow implementation of "A Neural Algorithm of Artistic Style" using total variation denoising as a regularizer. Apply artistic style to an image given some artwork as a source.

Results 2 Style-Transfer-Algorithm issues
Sort by recently updated
recently updated
newest added

I have tried to change the noise function from random_normal(mean=0.5, stddev=0.1) to random_uniform(low=0, high=1) to zeros(). But the whitish images are still there. I am using VGG16 model and the...