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

Remove input_shape from Conv1d/2d #64

Open
matjobst opened this issue Oct 16, 2023 · 0 comments
Open

Remove input_shape from Conv1d/2d #64

matjobst opened this issue Oct 16, 2023 · 0 comments
Labels
after-paper Issues for after the initial paper submission

Comments

@matjobst
Copy link
Collaborator

Conv1d and Conv2d currently have the input_shape argument. This is however not necessary, the shapes can be fully determined from the output_shape of the previous nodes.
Therefore I would suggest to remove completely remove it.

@stevenabreu7 stevenabreu7 added the after-paper Issues for after the initial paper submission label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
after-paper Issues for after the initial paper submission
Projects
None yet
Development

No branches or pull requests

2 participants