The pre-warm code might be leaner in a separate method that gets called after model initialization in get_dsp.
Then WaveNet (and I assume ConvNet) can override it to pre-warm over the receptive field and LSTM can do nothing.
Also, it would make it possible to avoid the default pre-warm behavior and do something else if you bypass get_dsp.
The pre-warm code might be leaner in a separate method that gets called after model initialization in get_dsp.
Then WaveNet (and I assume ConvNet) can override it to pre-warm over the receptive field and LSTM can do nothing.
Also, it would make it possible to avoid the default pre-warm behavior and do something else if you bypass get_dsp.