xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
613 stars 143 forks source link

Val accuracy drop with -trainBatch increasing #15

Closed weiguochow closed 6 years ago

weiguochow commented 6 years ago

Hi, Xingyi I enlarged the training batch size in order to accelerate the training process. On the contrary, the validation accuracy was dropping. Thank you!!!

xingyizhou commented 6 years ago

Hi, I also observed that. It seems a problem of HourglassNet. Increasing the learning rate with the same ratio (https://arxiv.org/pdf/1706.02677.pdf) will help.