Deep learning project to classify music genres using the FMA dataset. It includes data preprocessing (Mel-spectrogram generation), a PyTorch Dataset and DataLoader, a baseline CNN model, training and evaluation scripts, and reproducible experiments.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Adding improved_v2 to eval.py, and plot accuracy/loss curves in notebook
d3dcc12View on GitHubAdding new improved_v2 + CNN_other (does not work well) + changes to readme
b115decView on GitHubAdding generate_clean_sets() in dataset.py, in order for repo github to be completly functionnal
feba012View on GitHubFirst add of main composent of baseline. Little struggle converting baseline model from notebook to python script : might have changes. Coming next eval.py, improvements
998800bView on GitHub