ycjing / Neural-Style-Transfer-Papers

:pencil2: Neural Style Transfer: A Review
1.62k stars 270 forks source link

[Multimodal Transfer: A Hierarchical Deep Convolutional Neural Network for Fast Artistic Style Transfer] [[Paper]](https://arxiv.org/pdf/1612.01895.pdf) (CVPR 2017) #20

Closed shubhambagwari closed 2 years ago

shubhambagwari commented 2 years ago

You guys did beautiful work by compiled all NST in a single paper and git page. I am interested in this paper [Multimodal Transfer: A Hierarchical Deep Convolutional Neural Network for Fast Artistic Style Transfer] [Paper] (CVPR 2017) ❇️ Code: TensorFlow-based

I was compiling this repo, but I am unable to load the saved model, it is throwing this error "google.protobuf.message.DecodeError: Error parsing message with type 'tensorflow.GraphDef'" . Could you help me?

ycjing commented 2 years ago

Hi @shubhambagwari

Thank you for the comments. For the mentioned repo, I remembered that I once run this code successfully several years ago, without the error attached in the your post. I guess it is caused by the incorrect TensorFlow version. Maybe you could try an older version of TensorFlow and run the code again.

Best,

shubhambagwari commented 2 years ago

Yes, It is working. Thank you.