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

batch size details

hdjang opened this issue · comments

Hi

I'd like to ask a few details on batch size in two-step training.

stage1:
If I set BATCH_SIZE_IMG=128 in config file, then using 4 gpu would match 512 batch size of stage1 as noted in the paper. Is this right?

stage2:
This stage is hard for me to set batch size. How should I set BATCH_SIZE_3D: ?, BATCH_SIZE_2D: ?, BATCH_SIZE_IMG: ? to match 32 batch size of stage2 as noted in the paper?

Thanks