convolution-visualizer icon indicating copy to clipboard operation
convolution-visualizer copied to clipboard

Feature request: traspose convolution, 1D convolutions, causal convolutions

Open pinouchon opened this issue 6 years ago • 3 comments

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...

pinouchon avatar Aug 21 '19 10:08 pinouchon

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)

ezyang avatar Aug 21 '19 11:08 ezyang

@pinouchon @ezyang Hi, will the project add the 3D convolution-visualizer?

whubaichuan avatar Feb 09 '20 05:02 whubaichuan

Probably never, it would be a pretty major rewrite since I'd have to design some sort of 3d format

ezyang avatar Feb 10 '20 19:02 ezyang