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


Discussion

No Comment Found