Skip to content

AminJun/torchaudio.dataset.ESC-50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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]

About

Easy Pytorch TorchAudio ESC-50 Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages