問題タブ [google-colaboratory]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
tensorflow - GPU を使用した google colaboratory の「ResourceExhaustedError」
Vgg16
を使用してモデルを微調整しようとしてcolaboratory
いますが、GPU でトレーニングしているときにこのエラーが発生しました。
OOM when allocating tensor of shape [7,7,512,4096]
私のvmセッションにもこの出力があります:
私tfrecord
はちょうど118個の256x256 JPGですfile size <2MB
回避策はありますか? GPUではなくCPUを使用すると機能します