【发布时间】:2020-02-21 14:35:19
【问题描述】:
我有几个 tfrecord 分成 5 个分片
例如) train-1.tfrecord train-2.tfrecord train-3.tfrecord train-4.tfrecord train-5.tfrecord
我想使用所有的 tfrecord。
我的检测模型是 Faster-rcnn(resnet101)
例如) 模型/研究/object_detection/samples/configs/faster_rcnn_resnet101.config
我可以这样使用吗?
.. input_path: "/path/to/train-*.tfrecord" ..
【问题讨论】:
标签: tensorflow object-detection-api tfrecord