ovh / ai-training-examples

Apache License 2.0
139 stars 74 forks source link

tuto - compare two models for audio classification - v1 #48

Closed eleapttn closed 2 years ago

eleapttn commented 2 years ago

Tutorial for AI Training that compare 2 methods (and therefore 2 models) on the same dataset in order to classify music genre. Launch 2 jobs and compare performances with W&B.

  1. Train your own Image Classification model based on spectrograms
  2. Train an other model for Sound Classification according to Librosa parameters (features in csv file)
  3. Compare the two models with TensorBoard or W&B. Performance will be evaluated on accuracy, loss, running time, resources (GPUs)
eleapttn commented 2 years ago

Documentation soon...