kurianbenoy commited on
Commit
34a8f74
1 Parent(s): c46cc0d

Update article.md

Browse files
Files changed (1) hide show
  1. article.md +6 -0
article.md CHANGED
@@ -1,3 +1,5 @@
 
 
1
  During first lesson of Practical Deep Learning for Coders course, Jeremy had mentioned how using simple computer vision model by being a bit creative we can build a state of the art model to classify audio with same image classification model. I was curious on how I can train an music classifier, as I have never worked on audio data problems before.
2
 
3
 
@@ -30,3 +32,7 @@ Fast.ai was used to train this classifier with a ResNet50 vision learner for 10
30
  ## Examples
31
 
32
  The example images provided in the demo are from the validation data from Kaggle competition data, which was not used during training.
 
 
 
 
 
1
+ > Note: The examples provides doesn't work on Safari, in case people are trying to access on a Mac. Please try it in a different browser.
2
+
3
  During first lesson of Practical Deep Learning for Coders course, Jeremy had mentioned how using simple computer vision model by being a bit creative we can build a state of the art model to classify audio with same image classification model. I was curious on how I can train an music classifier, as I have never worked on audio data problems before.
4
 
5
 
 
32
  ## Examples
33
 
34
  The example images provided in the demo are from the validation data from Kaggle competition data, which was not used during training.
35
+
36
+ ## Credits
37
+
38
+ Thanks @strickvl for reporting issue in safari browser.