Epiphqny / VisTR

[CVPR2021 Oral] End-to-End Video Instance Segmentation with Transformers
https://arxiv.org/abs/2011.14503
Apache License 2.0
739 stars 95 forks source link

How long does one epoch training take #18

Closed chrisjuniorli closed 3 years ago

chrisjuniorli commented 3 years ago

I wonder how long does one epoch training take if you use 8xV100 GPUs, I am using 4xV100 GPUs and it takes ~20 hours for one epoch, so it's like 10 hours per epoch for 8xV100?

Epiphqny commented 3 years ago

Hi @chrisjuniorli Please refer to https://github.com/Epiphqny/VisTR/issues/12

chrisjuniorli commented 3 years ago

Thanks for replying, it solves my problem