Open kingwmk opened 3 years ago
Hi, if you set the batch size to 32, you will need about 11-12h to train 90 epochs on HICO-DET, following our paper.
OK, Thank you so much. I see you use 32 GPUs to train it. It is so expensive! LOL.
Aha, HICO-DET is a large dataset that contains 3w+ images for training, a relatively large batch size will save some time in the training process. If you need a lighter model, you can try to cut off some encoder and decoder layers or feature channels of both branches. This will compromise on the performance, but it can effectively cut down the computational cost. Then you can trade-off the accuracy and cost depending on your own needs.(old story LOL~)
Hi, have you ever check the least number of GPUs to train your network?
Dear Chen. Hello. May I ask how long do we need to train this model?