Google News
logo
Keras - Quiz(MCQ)
When sequential.pop() method raises a TypeError?
A)
When there is no layer within the model
B)
When there is the single layer within the model
C)
When there are more than 10 layers within the model
D)
None of the above

Correct Answer :   When there is the single layer within the model


Explanation : sequential.pop() method raises a TypeError When there is a single layer within the model.

Advertisement