Find more posts tagged with
Sort by:
1 - 1 of
11
Sort by:
1 - 1 of
11
Hi @chinrenjie,
it seems that you didn't define the input_shape (1st option of the Keras Model Operator) correctly (and used a zero for the number of features) or your provided data set contains no columns. Checkout the definition of the input shape in the slide deck provided with out Keras webinar or in the official Keras docu.
We also have a longer thread with reoccurring questions regarding the Keras extension here.
Regards,
Philipp
Hi @chinrenjie,
it seems that you didn't define the input_shape (1st option of the Keras Model Operator) correctly (and used a zero for the number of features) or your provided data set contains no columns. Checkout the definition of the input shape in the slide deck provided with out Keras webinar or in the official Keras docu.
We also have a longer thread with reoccurring questions regarding the Keras extension here.
Regards,
Philipp