human-pose-estimation.pytorch
human-pose-estimation.pytorch copied to clipboard
cudnn and pytorch 1.0
Hi,
Is there a way to disable cudnn for batch norm on pytorch 1.0?
You can try pytorch 1.0 with cudnn enabled, it seems that pytorch 1.0 has fixed the bug.
@leoxiaobin could you please explain the difference in the behaviors from CUDNN's BN implementation and pytorch's?
We observe similar behavior when training with MXNet, so any insight would be helpful. Thank you!