Skip to content

Why input shape is not used in regression example? #312

Answered by ghost
alpanaytekin asked this question in Q&A
Discussion options

You must be logged in to vote

Straight from the Keras documentations:
shape: A shape tuple (integers), not including the batch size. For instance, shape=(32,) indicates that the expected input will be batches of 32-dimensional vectors. Elements of this tuple can be None; 'None' elements represent dimensions where the shape is not known.

Is simple language:shape is not required attribute

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mrdbourke
Comment options

Answer selected by alpanaytekin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants