• 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
test_models.py 1.01 KB