vincentherrmann / pytorch-wavenet

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

The doubt about output_length #39

Open yonggguo opened 3 years ago

yonggguo commented 3 years ago

In program annotation, the argument of output_length is as following: output_length (Int): Number of samples that are generated for each input.

In my opinion, the input_length should be as the same as that of output.

Could anybody explain the reason for me? Thanks a lot.