Skip to content

Commit

Permalink
added list of training/validation files used for osce training
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Buethe committed Mar 7, 2024
1 parent c1f0f54 commit cb1956d
Show file tree
Hide file tree
Showing 3 changed files with 134,647 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dnn/torch/osce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ First step is to convert all training items to 16 kHz and 16 bit pcm and then co

`python scripts/concatenator.py filelist 16000 dataset/clean.s16 --db_min -40 --db_max 0`

which on top provides some random scaling.
which on top provides some random scaling. Data is taken from the datasets listed in dnn/datasets.txt and the exact list of items used for training and validation is
located in dnn/torch/osce/resources.

Second step is to run a patched version of opus_demo in the dataset folder, which will produce the coded output and add feature files. To build the patched opus_demo binary, check out the exp-neural-silk-enhancement branch and build opus_demo the usual way. Then run

Expand Down
Loading

0 comments on commit cb1956d

Please sign in to comment.