

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following returns all the layers of the model as list? |
A. | model.inputs |
B. | model.layers |
C. | model.outputs |
D. | model.get_weights |
E. | |
Answer» C. model.outputs | |