From 2cd36a467b195b77224c9b9645d0296f52a34c98 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:43:07 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3152aa7..dd20811 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ pip install -r requirements.txt python Classifier.py --animal Animal --data Data --config config.json ``` -5. Train the separator model including a classifier to evaluate performance as well as the classifier's testing accuracy to account for the probabilistic nature of classifying biacoustic signals and the stochasticity of the classifier model +5. Train the separator model including a classifier to evaluate performance as well as the classifier's testing accuracy to account for the probabilistic nature of classifying bioacoustic signals and the stochasticity of the classifier model ```command python Separator.py --animal Animal --data Data --config config.json --classifier_name classifier_name --classifier_peak_acc classifier_peak_acc --regime Closed