sandeep-krishnamurthy commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example URL: https://github.com/apache/incubator-mxnet/pull/13325#discussion_r236476304
########## File path: example/gluon/urban_sounds/README.md ########## @@ -0,0 +1,26 @@ +# Urban Sounds classification in MXNet + +Urban Sounds Dataset: +## Description + The dataset contains 8732 wav files which are audio samples(<= 4s)) of street sounds like engine_idling, car_horn, children_playing, dog_barking and so on. + The task is to classify these audio samples into one of the 10 labels. + +To be able to run this example: + +1. Download the dataset(train.zip, test.zip) required for this example from the location: +**https://drive.google.com/drive/folders/0By0bAi7hOBAFUHVXd1JCN3MwTEU** + + +2. Extract both the zip archives into the **current directory** - after unzipping you would get 2 new folders namely,\ Review comment: can we provide simple python script to download and prepare data? something like prepare_dataset.py that users can run as 1st step. Less the manual step the better. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
