-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Closed
Labels
type:supportUser is asking for help / asking an implementation question. Stackoverflow would be better suited.User is asking for help / asking an implementation question. Stackoverflow would be better suited.
Description
In the description the RNN it says it says:
If sequential model: `batch_input_shape=(...)` to the first layer in your model.
Yet seems that the parameter batch_input_shape
will fail since it does not exist in most layers.
Is a user supposed to be adding an Input layer instead of that parameter, with the parameter batch_shape
(note that the names don't match either.) ?
Should the description instead be the same for Functional or Sequential, or am I misunderstanding something ?
This is a follow up from this thread in case you need more context.
Metadata
Metadata
Assignees
Labels
type:supportUser is asking for help / asking an implementation question. Stackoverflow would be better suited.User is asking for help / asking an implementation question. Stackoverflow would be better suited.