mamba
mamba copied to clipboard
How can I avoid using causal-conv1d?
I want to use nn.Conv1d instead of causal-conv1d. How should I modify the code?