K-H-Ismail / Dilated-Convolution-with-Learnable-Spacings-PyTorch

[ICLR 2023] "Dilated convolution with learnable spacings" Ismail Khalfaoui Hassani, Thomas Pellegrini and Timothée Masquelier
MIT License
57 stars 5 forks source link

Dcls3_1d version #4

Closed K-H-Ismail closed 1 year ago

K-H-Ismail commented 1 year ago

There seems to be a user need for DCLS methods where position learning is restricted to a subset of dimensions chosen from the N kernel dimensions. We'll develop a generic class called DclsN_Md (N for the convolution dimension and M for the number of N learnable position dimensions). We'll start by implementing the Dcls3_1d method.

K-H-Ismail commented 1 year ago

This has been added in the 0.1.0 release.