saver = tf.train.Saver() saver.restore(sess, tf.train.latest_checkpoint(model_file_path)) 出错,发现必须要将console重开才行,即将所有变量清除才行