ziniuwan / maed

[ICCV 2021] Encoder-decoder with Multi-level Attention for 3D Human Shape and Pose Estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training Stage 2

rawalkhirodkar opened this issue · comments

I cannot fit the default training configuration of stage 2 into 4 x 3090 GPUs.

I am using a single node.
BATCH_SIZE_3D: 4, BATCH_SIZE_2D: 3, BATCH_SIZE_IMG: 7
And I am getting out of memory error for Stage 2.

The paper mentions that the stage 2 training was done with 16 x 1080 GPUs.
This should fit into the 3090s as well.

I would greatly appreciate your help.