From c66ba838e476341cefb2e9e5f7e84dd87657c3d0 Mon Sep 17 00:00:00 2001
From: Paul Best <paul.best@lis-lab.fr>
Date: Thu, 14 Mar 2024 11:13:58 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c819dca..b8bd6a3 100644
--- a/README.md
+++ b/README.md
@@ -60,8 +60,8 @@ Fine tunes the crepe model using the whole dataset.
 - [x] Loads 1024 sample windows and their corresponding f0 to be stored in a large `train_set.pkl` file (skip if data hasn't changed).
 - [x] Applies gradient descent using the BCE following the crepe paper (this task is treated as a binary classification for each spectral bin).
 - [x] The fine tuned model is stored in `crepe_ft/model_all.pth`
-- [x] Train on one target species given as argument (weights are stored in `crepe_ft/model_only_{specie}.pth)
-- [x] Train on all species except the target given as argument (weights are stored in `crepe_ft/model_omit_{specie}.pth)
+- [x] Train on one target species given as argument (weights are stored in `crepe_ft/model_only_{specie}.pth`)
+- [x] Train on all species except the target given as argument (weights are stored in `crepe_ft/model_omit_{specie}.pth`)
 
 ### Plotting
 Scripts allow to generate plots to visualise results (they are saved as `.pdf` files in the `figures` folder)
-- 
GitLab