From 215c8588d9a5495dfec3485c12ae97968a7ce6d0 Mon Sep 17 00:00:00 2001 From: Sandhan Aniket Ramdas <138451780+Aniketiitk21@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:57:22 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5776c7..f11417b 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,6 @@ ├──features.py # To transform raw audio into time-frequency representation. ├──losses.py # Loss metric defined used for training. ├──similarity.py # Similarity metric used to find similarity between embeddings during training. - ├── main.py #Integrates all modules - ├── tutorial #For audio retrieval demo purposes. ├──__pycache__ ├──__init__.cpython-37 ├──__init__.cpython-311 @@ -121,6 +119,8 @@ ├──losses.cpython-311 ├──similarity.cpython-37 ├──similarity.cpython-37 + ├── main.py #Integrates all modules + ├── tutorial #For audio retrieval demo purposes. ├── data ├── FMA_subset ├── noises