TensorFlow OOM when allocating tensor with shape[5000,384707]

在session范围内不要进行eval()或者convert_to_tensor()操作, 否则会造成OOM,或者报出错误:GraphDef cannot be larger than 2GB using input pipelines。

原文地址:https://www.cnblogs.com/lxs0731/p/8401211.html