Skip to content

Pytorch and TensorFlow data loaders for several audio datasets

Notifications You must be signed in to change notification settings

keunwoochoi/dataloaders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataloaders

Pytorch and TFRecords data loaders for several audio datasets

Datasets

  1. ESC - dataset of environmental sounds
  1. LibriSpeech - corpus of read English speech
  1. NSynth - dataset of annotated musical notes
  1. VoxCeleb2 - human speech, extracted from YouTube interview videos
  • Pytorch loader
  • TFRecords loader
  1. GTZAN - audio tracks from a variety of sources annotated with genre class
  1. CallCenter - audio tracks with human and non-human speech

For validation we frequently use the following scheme:

  1. Read 10 random crops from a file;
  2. Predict a class for each crop;
  3. Averaging results.

For this scheme we've done additional DataLoaders for PyTorch:

About

Pytorch and TensorFlow data loaders for several audio datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.3%
  • Jupyter Notebook 33.7%