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
{{ message }}
This repository was archived by the owner on Jul 10, 2021. It is now read-only.
Hi,
I'm trying out your (lovely) package on non image data, and would like to try using convolutions - I see that currently only 2D convolutions are supported, any chance of adding in 1D support/for non image/square data?
(i.e As my first layer I tried:
Convolution("Rectifier", channels=32, kernel_shape=(1,1))
)
'AssertionError: Input array is not in image shape, and could not assume a square.'