Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 577 Bytes

File metadata and controls

29 lines (15 loc) · 577 Bytes

Music_Classification

Project for machine learning course

Step 1 : install requirements

pip install -r requirements.txt

Step 2 :

go to the first line of the main function in main.py and set the config path

Step 3 :

go into configs.json file and set the out and data path

Step 4 :

go to data/generate data and generate the data modify the dimension of receive csv file in data/Dataset.py/Music2Data

(if you want to create data, please keep the same order (Nsamples,Channel, Height, Width)

Step 5 : run the main and change the parmeters in the config file