Restoring TensorFlow model

前端 未结 5 1249
再見小時候
再見小時候 2020-12-08 05:30

I\'m trying to restore TensorFlow model. I followed this example: http://nasdag.github.io/blog/2016/01/19/classifying-bees-with-google-tensorflow/

At the end of the

5条回答
  •  遥遥无期
    2020-12-08 06:09

    If a problem like this occurs then try to restart your kernel as the current variable overwrites the previous causing conflict between them, thus it shows notFoundError and other issues come up.

    I encountered the same type of problem and restarting the kernel worked for me. (Caution: Try avoiding running your kernel multiple times as it can ruin your model file recreating variables that overwrite the existing one thus end up changing the original values.)

提交回复
热议问题