vincentherrmann / pytorch-wavenet

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

Meaning of batch size here #42

Open btickell opened 2 years ago

btickell commented 2 years ago

I am wondering what exactly the batch size means in the context of training this network? The batch dimension is inflated during dilation when running the training code and the dataset is set to shuffle for the training set. Does this not imply that a series of discontinuous time series data is being concatenated together and treated as a single sample?