vincentherrmann / pytorch-wavenet

An implementation of WaveNet with fast generation
MIT License
968 stars 225 forks source link

About the dataset that is already provided #15

Closed problemsniper closed 6 years ago

problemsniper commented 6 years ago

Hello @vincentherrmann Can you give us a little information about the sample dataset.npz file that is present in the repository.

Wanted to know the sampling rate of the file. How many files were used to create it. (I believe it is just one file since the numpy.load gives me just one file in it). I get the length of the data set as the dataset has 598277 items

Some detail of that file will really help.

Thanks a lot in advance.