Skip to content

Commit

Permalink
refactor speech command example
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut committed Sep 14, 2022
1 parent 5915e87 commit 5dd3a96
Show file tree
Hide file tree
Showing 16 changed files with 353 additions and 435 deletions.
2 changes: 2 additions & 0 deletions example/speech_command/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
data/
models/
5 changes: 5 additions & 0 deletions example/speech_command/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.POHNY: train
train:
mkdir -p models data
python3 sc/train.py

Empty file.
27 changes: 0 additions & 27 deletions example/speech_command/code/data_slicer.py

This file was deleted.

63 changes: 0 additions & 63 deletions example/speech_command/code/dataset.py

This file was deleted.

112 changes: 0 additions & 112 deletions example/speech_command/code/ppl.py

This file was deleted.

67 changes: 0 additions & 67 deletions example/speech_command/code/predict.py

This file was deleted.

Loading

0 comments on commit 5dd3a96

Please sign in to comment.