tancik / StegaStamp

Invisible Hyperlinks in Physical Photographs
http://www.matthewtancik.com/stegastamp
MIT License
675 stars 191 forks source link

Questions about the tensorflow version #57

Open Z-Zili opened 10 months ago

Z-Zili commented 10 months ago

Tensorflow is required to be 1.13, but your CUDN version does not support TensorFlow 1.13, in addition to reducing the CUDN version, is there a solution?

shiqueenTang commented 10 months ago

just add .compat.v1 like I did

Z-Zili commented 10 months ago

Can you run the program when you use “.compat.v1”? I also saw this solution when I first ran the program, but after experimenting with this solution, other problems arose.

shiqueenTang commented 10 months ago

yes, after couple of .compat.v1 the program runs perfectly, you just need to have extra patience when dealing with tf 1.x