mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
fixed typo in error message
This commit is contained in:
parent
6ed9fe7d79
commit
dbf2da833e
1 changed files with 2 additions and 2 deletions
|
|
@ -152,9 +152,9 @@ def train_custom_verifier(
|
|||
for i in tqdm(positive_reference_clips, desc="Processing positive reference clips")]
|
||||
)
|
||||
if positive_features.shape[0] == 0:
|
||||
raise ValueError("The positive features were created! Make sure that"
|
||||
raise ValueError("The positive features were not created! Make sure that"
|
||||
" the positive reference clips contain the appropriate audio"
|
||||
" for the desired model")
|
||||
" for the desired model.")
|
||||
|
||||
# Get features from negative reference clips
|
||||
negative_features = np.vstack(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue