Restoring TensorFlow model

前端 未结 5 1245
再見小時候
再見小時候 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 05:51

    There's a similar question here: Tensorflow: how to save/restore a model? TLDR; you need to recreate model structure using same sequence of TensorFlow API commands before using Saver object to restore the weights

    This is suboptimal, follow Github issue #696 for progress on making this easier

提交回复
热议问题