"vscode:/vscode.git/clone" did not exist on "8c700f86d1afdc00ae25dd13e67ebb5d255041d3"
  1. 17 Jul, 2020 1 commit
  2. 08 Jul, 2020 1 commit
    • jimchen90's avatar
      Add WaveRNN Model (#735) · 68cc72da
      jimchen90 authored
      
      
      * upsamplenetwork
      
      * update variable names
      
      * update variable name
      
      * add wavernn model
      
      * update test
      
      * update format
      
      * update format
      
      * update format
      
      * fix conflicts and add transpose
      
      * import update
      
      * update transpose
      
      * update format
      
      * update docstring
      
      * add n_channel in input
      
      * add comment
      
      * update docstring
      
      * update docstring
      Co-authored-by: default avatarJi Chen <jimchen90@devfair0160.h2.fair>
      68cc72da
  3. 01 Jul, 2020 1 commit
  4. 29 Jun, 2020 1 commit
  5. 23 Jun, 2020 1 commit
  6. 16 Jun, 2020 2 commits
  7. 28 Apr, 2020 1 commit
    • Tomás Osório's avatar
      Add model Wav2Letter (#462) · d678357f
      Tomás Osório authored
      * add wav2letter model
      
      * add unit_test to model
      
      * add docstrings
      
      * add documentation
      
      * fix minor error, change logic on forward
      
      * update padding same with ceil
      
      * add inline typing and minor fixes to docstrings
      
      * remove python2
      
      * add formula do docstrings, change param name
      
      * add test with mfcc, add pytest
      
      * fix bug, update docstrings
      
      * change parameter name
      d678357f