标签: python python-3.x performance tensorflow
我使用Tensorflow 0.6和Python 3在GPU上训练神经网络(Nvidia GeForce GTX Titan X),我注意到随着训练时间的推移,运行tensor.eval(session=..., feed_dict=...)的时间消耗不断增加,这表明tensor.eval()的表现衰退了。我想知道是否有人对这个问题有任何想法。感谢!!!
tensor.eval(session=..., feed_dict=...)
tensor.eval()