clin1223 / VLDet

[ICLR 2023] PyTorch implementation of VLDet (https://arxiv.org/abs/2211.14843)
Other
177 stars 11 forks source link

The time required for training #1

Closed RuoyuChen10 closed 1 year ago

RuoyuChen10 commented 1 year ago

Thanks for your great work. I would like to ask how long your task requires training on the COCO data set, and how many computing resources (e.g., 8 GPUs?), thank you.

clin1223 commented 1 year ago

Hi,

Sorry for the late reply. All experiments conduct on 8 V100 GPUs. Training time on OV-COCO is about 17h.

Best, Chuang