neural-art-tf icon indicating copy to clipboard operation
neural-art-tf copied to clipboard

"A neural algorithm of Artistic style" in tensorflow

Results 3 neural-art-tf issues
Sort by recently updated
recently updated
newest added

On Windows 10 and using TF 0.12, using Python 3.5.2 to run `python ./kaffe/kaffe.py` and the illust2vec model and prototext gives me this error: ``` File "./kaffe/kaffe.py", line 14 print...

$ python neural-art-tf.py Read images... Traceback (most recent call last): File "neural-art-tf.py", line 12, in content_image = read_image(content_image_path, width) File "/home/cirolin/neural-art-tf-master/utils.py", line 23, in read_image r = w / np.float32(img.shape[0])...

- Style matrix should be normalized for orignal and target images respectively. - Content loss should also be normalized. - use mean_squared_norm(), because style and content images have different shapes.