Home »
MCQs »
Keras MCQs
Which of the following functions offers you the list of all the input tensors in a model?
47. Which of the following functions offers you the list of all the input tensors in a model?
- Models.inputs()
- Input. Models()
- Inputs()
Answer: A) Models.inputs()
Explanation:
Model.inputs() function offers you the list of all the input tensors in a model.