【发布时间】:2021-04-04 15:00:24
【问题描述】:
我基于 TF2 Object Detection Effectivedet _d2_coco17_tpu-32 中的预训练模型训练了一个对象检测模型。 https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/training.html https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md
我根据此过程的需要更改了 pipeline.config(我之前在 eff_d1 或 tf2 对象检测动物园的 ssd 模型上做过很多次)。
我成功地在批量大小 2 和 10K 步上训练了这个模型。 但是,当尝试以 100K 步/50K 步/20K 步进行训练时,我遇到了 00M 错误。
我不明白为什么会发生这种情况。
GPU 培训 - Nvidia GeForce RTX 3070 Ubuntu 20.04 TF 2.4.1
任何想法, 谢谢
【问题讨论】:
标签: python-3.x tensorflow ubuntu tensorflow2.0 object-detection-api