Google News
logo
Keras - Quiz(MCQ)
Which of the following functions offers you the list of all the input tensors in a model?
A)
Inputs()
B)
Input. Models()
C)
Models.inputs()
D)
None of the above

Correct Answer :   Models.inputs()


Explanation : Model.inputs() function offers you the list of all the input tensors in a model.

Advertisement