Skip to content

Have Conv1d, Conv2d, Conv3d instead of Conv? Same for Pool? #61

@albertz

Description

@albertz

It's again a question on explicite vs implicit. Currently the kernel size defines the dimension. But this is maybe easier to read in the code, so that it is exactly clear what type of convolution you do.

PyTorch has Conv1d, Conv2d, Conv3d.

Flax has just Conv.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions