1. 06 Apr, 2020 3 commits
    • moto's avatar
      Use torch.testing.assert_allclose (#513) · 5f5df1d6
      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
      5f5df1d6
    • moto's avatar
      Simplify helper function (#514) · bc1ffb11
      moto authored
      bc1ffb11
    • Tomás Osório's avatar
      Datasets inline typing (#511) · 3695a0ef
      Tomás Osório authored
      
      
      * add CommonDataset Inline typing
      
      * inline Typing librispeech
      
      * add inline typing ljspeech
      
      * add inline typing speechcommands
      
      * add inline typing to vctk
      
      * add inline typing yesno
      
      * apply type to __getitem__
      Co-authored-by: default avatarVincent QB <vincentqb@users.noreply.github.com>
      3695a0ef
  2. 03 Apr, 2020 10 commits
  3. 02 Apr, 2020 4 commits
  4. 01 Apr, 2020 5 commits
  5. 31 Mar, 2020 2 commits
  6. 30 Mar, 2020 4 commits
  7. 25 Mar, 2020 2 commits
  8. 24 Mar, 2020 3 commits
  9. 23 Mar, 2020 1 commit
  10. 17 Mar, 2020 1 commit
  11. 13 Mar, 2020 1 commit
  12. 10 Mar, 2020 3 commits
  13. 06 Mar, 2020 1 commit