Allocation of 31360000 exceeds 10% of system memory.
训练结束后 在执行
print(sess.run(accuracy, feed_dict={x: data.test.images, y_: data.test.labels, keep_prob: 1.0}))
出现 Allocation of 31360000 exceeds 10% of system memory.
是因为配置过低么?训练次数改到100仍然不行。
训练结束后 在执行
print(sess.run(accuracy, feed_dict={x: data.test.images, y_: data.test.labels, keep_prob: 1.0}))
出现 Allocation of 31360000 exceeds 10% of system memory.
是因为配置过低么?训练次数改到100仍然不行。
2018-07-29
举报