tensorflow.python.framework.errors_impl。InvalidArgumentError 在训练时出现此错误

tensorflow.python.framework.errors_impl.InvalidArgumentError got this error while training

提问人:Yash varma 提问时间:3/24/2023 最后编辑:Barbara GendronYash varma 更新时间:4/16/2023 访问量:690

问:

在训练时,我收到以下错误:ssd_mobilenet_v2

文件“C:\ProgramData\Anaconda3\envs\Tensorflow\lib\site-packages\tensorflow\python\framework\ops.py”,第 7209 行,raise_from_not_ok_status raise core._status_to_exception(e) from None # pylint: disable=protected-access tensorflow.python.framework.errors_impl。InvalidArgumentError: {{function_node _wrapped__IteratorGetNext_output_types_16_device/job:localhost/replica:0/task:0/device:GPU:0}} 输入为空。 [[{{function_node case_cond_cond_jpeg_false_220}}{{node case/cond/cond_jpeg/decode_image/DecodeImage}}]] [[MultiDeviceIteratorGetNextFromShard]] [[远程呼叫]][操作:迭代器:GetNext]

尝试过培训,但得到了这个,任何人都可以解释一下我怎么了?

python tensorflow 无效参数 mobilenet

评论

0赞 Pierre.Sassoulas 3/24/2023
错误显示“输入为空”,您是否理解错误消息,如果不是,您搜索了它的含义是什么?你有什么不明白的?

答: 暂无答案