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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: