Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniketiitk21 authored Dec 19, 2023
1 parent 8a95f65 commit 215c858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 215c858

Please sign in to comment.