fixed typo in error message

This commit is contained in:
dscripka 2024-02-11 16:11:49 -05:00
parent 6ed9fe7d79
commit dbf2da833e

View file

@ -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(