vincentherrmann / pytorch-wavenet

An implementation of WaveNet with fast generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the dataset that is already provided

problemsniper opened this issue · comments

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.