vita-epfl / DePOSit

[ICRA 2023] Official implementation of "A generic diffusion-based approach for 3D human pose prediction in the wild".
GNU Affero General Public License v3.0
49 stars 15 forks source link

Training Time #1

Closed L-Scofano closed 1 year ago

L-Scofano commented 1 year ago

I appreciate the effort and the code-sharing very lot. The training process takes a long time when using an Nvidia RTX 3090 to train the model (both small and large). Each epoch can take up to 2 hours for the large model when the batch size is set to 16 (because of memory constraints). Are you having the same problems or using more powerful setups? Are there any ways, as far as you're aware, to reduce the training period? Thank you for taking the time to respond.

SaeedSaadatnejad commented 1 year ago

Thanks for your interest. You're correct that the training process on a single GPU takes a relatively long time due to the diffusion process. We are working on improving its speed in the future.