Skip to content

Commit

Permalink
added note about the demo notebook to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-syn committed Aug 12, 2024
1 parent 02953c9 commit c280e5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion benchmark/training/streaming_wakeword/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ To train a model, you can use the `train.py` script. Note that training (includ

```
python train.py --num_samples_training=1000 --num_samples_validation=1000 --epochs=5 --pretrain_epochs=3
```
```

## Demonstration notebook
You can also run the jupyter notebook `demo.ipynb` to get a feel for the data, see the main processes, and visualize some of the data, including a closer look at data where the model makes mistakes.

0 comments on commit c280e5d

Please sign in to comment.