最赞回答 / 慕雪7705910
这里是TensorFlow的一个新bug把saver.restore(sess,"./mnist/data/convolutional.ckpt")改成
module_file = tf.train.latest_checkpoint('mnist/data/convolutional.ckpt') with tf.Session() as sess: sess.run(tf.global_variables_initialize...
2018-07-21