Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 366 Bytes

ESC-50

Here is an easy plug and play implementation to use ESC-50 dataset for audio tasks the same way you would use torchaudio datasets.

How to use

from ESC-50.py import ESC_50
train = ESC50(root='./data', download=True, train=True)
x,y = train[0]