- 09 Apr, 2020 2 commits
-
-
moto authored
* Separate CPU and GPU tests for functions torchscript test * fix indentation Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
moto authored
-
- 07 Apr, 2020 1 commit
-
-
moto authored
-
- 06 Apr, 2020 1 commit
-
-
moto authored
* 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
-
- 03 Apr, 2020 2 commits
-
-
Vincent QB authored
-
moto authored
-
- 02 Apr, 2020 1 commit
-
-
moto authored
-
- 30 Mar, 2020 1 commit
-
-
moto authored
-