kkahatapitiya / Coarse-Fine-Networks

Code for our CVPR 2021 paper "Coarse-Fine Networks for Temporal Activity Detection in Videos"
MIT License
55 stars 7 forks source link

Hardware requirements to train/test #7

Closed InnovArul closed 3 years ago

InnovArul commented 3 years ago

Could you please mention the hardware setup (number of GPUs and type of GPUs) you used to train/test the models and the time taken to train the models (per epoch)?

Thanks in advance!

kkahatapitiya commented 3 years ago

I used 4 Titan RTX (24GB) gpus, and trained in a two-step fashion. To pretrain on Kinetics, it take around 4-5days. As to finetune on Charades, it only takes a couple of hours.

InnovArul commented 3 years ago

Thanks for your reply!