Open hobofan opened 8 years ago
The convolution layer currently only supports 2D convolutions.
Supporting 3D and higher dimensional convolutions might just require relaxing the num_spatial_dims bounds to work, but there also needs to be some testing for that.
num_spatial_dims
The convolution layer currently only supports 2D convolutions.
Supporting 3D and higher dimensional convolutions might just require relaxing the
num_spatial_dims
bounds to work, but there also needs to be some testing for that.