From 4bf62ada13bf75dcbf6052b630a7771e49878c02 Mon Sep 17 00:00:00 2001 From: Brinal Savsaviya <55130735+brinal8055@users.noreply.github.com> Date: Thu, 30 Dec 2021 15:33:36 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1cc217..513a564 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ We support model distillation which allows to compress ('distill') large models ### Submission -You can use our code to build a valid BirdCLEF sumbission for bith tasks - monophone and soundscape. Use the script `submission_monophone.py` and `submission_soundscape.py` after training. You need to specify one or more `TEST_MODELS` and you have to adjust the `TESTSET_PATH` and change it to the individual monophonic and soundscape test paths. +You can use our code to build a valid BirdCLEF sumbission for both tasks - monophone and soundscape. Use the script `submission_monophone.py` and `submission_soundscape.py` after training. You need to specify one or more `TEST_MODELS` and you have to adjust the `TESTSET_PATH` and change it to the individual monophonic and soundscape test paths. Note: You will need to download the test data available from crowdai.org, first.