Key in_hidden/batch_normalization/beta not found in checkpoint

Posted heiao10duan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Key in_hidden/batch_normalization/beta not found in checkpoint相关的知识,希望对你有一定的参考价值。

可能原因:不同参数的结果保存到了同一文件夹下

解决方法:不同参数结果放在不同的checkpoints

tf.train.Saver().save(sess, self.checkpoint_dir + "/traffic.model", global_step=ii)

修改保存路径 self.checkpoint_dir

以上是关于Key in_hidden/batch_normalization/beta not found in checkpoint的主要内容,如果未能解决你的问题,请参考以下文章