Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Conv] All types of convolution #27

Open
sarahaguasvivas opened this issue Sep 7, 2020 · 1 comment
Open

[Conv] All types of convolution #27

sarahaguasvivas opened this issue Sep 7, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request feature request Things you wish the package contained templates

Comments

@sarahaguasvivas
Copy link
Contributor

Convolution1D = Conv1D
Convolution2D = Conv2D
Convolution3D = Conv3D
SeparableConvolution1D = SeparableConv1D
SeparableConvolution2D = SeparableConv2D
Convolution2DTranspose = Conv2DTranspose
Convolution3DTranspose = Conv3DTranspose
Deconvolution2D = Deconv2D = Conv2DTranspose
Deconvolution3D = Deconv3D = Conv3DTranspose

@sarahaguasvivas sarahaguasvivas self-assigned this Sep 7, 2020
@sarahaguasvivas sarahaguasvivas added enhancement New feature or request feature request Things you wish the package contained templates labels Sep 7, 2020
@sarahaguasvivas
Copy link
Contributor Author

Conv1D passed unit test N = 1000
Max absolute difference: 0.00018311
Max relative difference: 2.46593473e-05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request Things you wish the package contained templates
Projects
None yet
Development

No branches or pull requests

1 participant