facebookresearch / audio2photoreal

Code and dataset for photorealistic Codec Avatars driven from audio
Other
2.66k stars 250 forks source link

hardware requirements? #23

Closed yitenghao closed 7 months ago

yitenghao commented 8 months ago

What specifications of GPU and CPU are needed?

evonneng commented 8 months ago

For the paper we used a A100, but we also tested on a Titan XP and a Tesla T4 and both work fine with smaller batch sizes. It is also possible to run on the cpu during test time but it will take much longer.

Hope this helps!!

prinshul commented 5 months ago

For the paper we used a A100, but we also tested on a Titan XP and a Tesla T4 and both work fine with smaller batch sizes. It is also possible to run on the cpu during test time but it will take much longer.

Hope this helps!!

A100 40gb?

What is the total training time and how much time needed to do inference/testing?

Thanks