Open msbrown opened 6 years ago
Are you using the provided pre-trained model?
Yes, I tried using the one you provided as a Google drive link.
also having this issue. I think it has something to do with an update in the variable names used by tf (i.e. something like 'bias' vs 'biases')
update: was able to fix this issue by updating tf to 1.9 :-)
i got this error as well and was able to fix it by renaming the tensor names using the code found here: https://github.com/tensorflow/models/issues/466#issuecomment-391240675
Hello, I am also facing the same error. @genekogan can you please explain how did you go about solving the problem? Also @AaratiAkkapeddi can you please verify and confirm the tf version you upgraded to?
Regardless of whether I use the version of TF specified in requirements file or if I upgrade to 1.10.0 , I get the error regarding the checkpoint (running on my mac locally). Any ideas on using a different pre-trained model?