linjieli222 / HERO

Research code for EMNLP 2020 paper "HERO: Hierarchical Encoder for Video+Language Omni-representation Pre-training"
https://arxiv.org/abs/2005.00200
MIT License
230 stars 34 forks source link

How long/memory cost does it take to extract all slowest features for howto100m? #39

Closed forrestsz closed 2 years ago

forrestsz commented 2 years ago

How long does it take to extract all features for howto100m? such as slowfast features? and how much memory are used. thanks!

linjieli222 commented 2 years ago

Hi there,

Thanks for your interests in our HERO project. We used 2 DGX-2 nodes (2 x 16V100 (32GBs)) to extract all features on howto100m. If I remember correctly, the feature extraction costs roughly 2-3 weeks.

linjieli222 commented 2 years ago

Closed due to inactivity