You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In deep learning setup I am experimenting with fancy convolutions, such as transpose conv, 1D and causal.
(For an example of causal conv, see this: https://github.com/locuslab/TCN/blob/ec2ee1038c941a2f56af66915135a1a892043aed/TCN/tcn.py#L6, you shift the input so that it is "centered right" instead of "centered middle").
I would love to have these available for easier experimentation.
But I see that in your readme you already have a long list of features you would like to add, so I may have do write those features myself...
The text was updated successfully, but these errors were encountered:
I'll be happy to merge PRs :) Or if you are inspired by this to build your own version, even better! Note that transposed convolution, you just read the diagram "backwards" (input is output, and vice versa)
In deep learning setup I am experimenting with fancy convolutions, such as transpose conv, 1D and causal.
(For an example of causal conv, see this: https://github.com/locuslab/TCN/blob/ec2ee1038c941a2f56af66915135a1a892043aed/TCN/tcn.py#L6, you shift the input so that it is "centered right" instead of "centered middle").
I would love to have these available for easier experimentation.
But I see that in your readme you already have a long list of features you would like to add, so I may have do write those features myself...
The text was updated successfully, but these errors were encountered: