dance-classifier / TODO.md
waidhoferj's picture
updated todos in light of functional residual dancer
11664cf
|
raw
history blame contribute delete
No virus
895 Bytes

A newer version of the Gradio SDK is available: 4.42.0

Upgrade
  • βœ… Ensure app.py audio input sounds like training data

  • βœ… Use a huggingface transformer with the dataset

  • Verify that the training spectrogram matches the predict spectrogram

  • Count number of example misses in dataset loading

  • Verify windowing and jitter params in Song Dataset

  • Create an attention-based network

  • βœ… Increase parameter count in network

  • Verify that labels really match what is on the music4dance site

  • βœ… Read the Medium series about audio DL

  • double check _rectify_duration

  • βœ… Filter out songs that have only one vote

  • βœ… Download songs from Best Ballroom

  • βœ… fix nan values

  • Try higher mels (224) and more ffts (2048)

  • Verify random sample of dataset outputs by hand.

  • Train with non music data and add a non music category

  • Add back class weights

  • Add back multi label classification