sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

Skip test_grad_grad_resnet test when auto_foward is True #1246

Closed TomonobuTsujikawa closed 10 months ago

TomonobuTsujikawa commented 10 months ago

Previous temporal PR still left some random errors. According to the root cause investigated in the issue, we exclude the test case instead that auto_forward equals True. Moreover, in this PR we also limit the version of pytest-xdist on Linux either, as we still found the previous random save_and_load test error in our Linux CI.