mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Adjusted training config example [skip ci]
This commit is contained in:
parent
ef50fcf1c1
commit
1ae41de488
1 changed files with 2 additions and 2 deletions
|
|
@ -28,9 +28,9 @@ augmentation_batch_size: 16
|
|||
# The path to a fork of the piper-sample-generator repository for TTS (https://github.com/dscripka/piper-sample-generator)
|
||||
piper_sample_generator_path: "./piper-sample-generator"
|
||||
|
||||
# The output directory for the generated synthetic clips and openwakeword features
|
||||
# The output directory for the generated synthetic clips, openwakeword features, and trained models
|
||||
# Sub-directories will be automatically created for train and test clips for both positive and negative examples
|
||||
output_dir: "./generated_data"
|
||||
output_dir: "./my_custom_model"
|
||||
|
||||
# The directories containing Room Impulse Response recordings
|
||||
rir_paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue