我是靠谱客的博主 阔达黑裤,最近开发中收集的这篇文章主要介绍TensorFlow: Resource exhausted: OOM when allocating tensor with shape[59500, 28, 28, 1],觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

背景: 基于GPU, 用TensorFlow评估模型性能, 直接输出了59500个样本


问题:

TensorFlow 提示:
Resource exhausted: OOM when allocating tensor with shape[10000,32,28,28]

原因

一次性输入过度数据, 显存无法容纳

解决

分批次输入数据, 统计正确分类的个数

最后

以上就是阔达黑裤为你收集整理的TensorFlow: Resource exhausted: OOM when allocating tensor with shape[59500, 28, 28, 1]的全部内容,希望文章能够帮你解决TensorFlow: Resource exhausted: OOM when allocating tensor with shape[59500, 28, 28, 1]所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(56)

评论列表共有 0 条评论

立即
投稿
返回
顶部