Demo
Chapters
Core modules
Helpers
Advanced topics
Meta information
ttslearn.train_util.
collate_fn_wavenet
Collate function for WaveNet.
batch (list) – List of tuples of the form (inputs, targets).
max_time_frames (int, optional) – Number of time frames. Defaults to 100.
hop_size (int, optional) – Hop size. Defaults to 80.
aux_context_window (int, optional) – Auxiliary context window. Defaults to 2.
Batch of waveforms and conditional features.
tuple