【发布时间】:2018-02-27 07:46:04
【问题描述】:
是否可以通过GTX 1080 和object detection api 微调faster_rcnn_resnet101_coco?或faster_rcnn_nasnet。
【问题讨论】:
标签: tensorflow machine-learning deep-learning object-detection object-detection-api
是否可以通过GTX 1080 和object detection api 微调faster_rcnn_resnet101_coco?或faster_rcnn_nasnet。
【问题讨论】:
标签: tensorflow machine-learning deep-learning object-detection object-detection-api
我不确定 1080 有多少 VRAM,但您可以在 11GB RAM 的 1080ti 上训练更快的 rcnn resnet 101 模型。观察那里的 GPU 使用情况,它应该大致适合 8GB,批量大小为 1,所以我会说是的,您可以使用对象检测 api 微调 RCNN resnet101 对象检测器。
【讨论】: