Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Oct 14, 2024
1 parent c61d9c9 commit 179a71f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
[
("tc-res8", "sinc"),
("gds", "sinc"),
("lstm", "sinc"),
# ("lstm", "sinc"),
("tc-res8", "mfcc"),
("gds", "mfcc"),
("lstm", "mfcc"),
# ("lstm", "mfcc"),
("tc-res8", "spectrogram"),
("gds", "spectrogram"),
("lstm", "spectrogram"),
# ("lstm", "spectrogram"),
("tc-res8", "melspec"),
("gds", "melspec"),
("lstm", "melspec"),
# ("lstm", "melspec"),
("wavenet", "mfcc"),
("conv-net-factory", "mfcc"),
("conv-net-factory", "spectrogram"),
Expand Down

0 comments on commit 179a71f

Please sign in to comment.