Open
Description
Currently, the number of outputs of the Keras model is checked:
Lines 418 to 419 in 9f633f5
It'd be nice if the number of inputs could be checked too (and their shape/dtype). This should be possible according to the docs, which says a Keras Model has an .inputs
attribute: https://keras.io/api/models/model/
Metadata
Metadata
Assignees
Labels
No labels