"src/vscode:/vscode.git/clone" did not exist on "b97b62b78267244f361d9eea597925dc0ca3b878"
Use torch.testing.assert_allclose (#513)
* grep -l 'torch.allclose' -r test | xargs sed -i 's/assert torch.allclose/torch.testing.assert_allclose/g' * grep -l 'torch.allclose' -r test | xargs sed -i 's/self.assertTrue(torch.allclose(\(.*\)))/torch.testing.assert_allclose(\1)/g' * Fix missing atol/rtol, wrong shape, argument order. Remove redundant shape assertions
Showing
Please register or sign in to comment