You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently test_multi_gpu_data_parallel_forward is problematic and are skipped for several model testing. Many times, it looks like some cuda issue (CUDA error: misaligned address etc.). With other nvidia related stuffs (software or hardware) and/or torch versions, they might pass, fail, or pass but fail many subsequent tests.
It currently uses nn.DataParallel which is no longer recommended. In the long term, we should try DistributedDataParallel and see how this test goes.