Home »
MCQs »
Keras MCQs
When sequential.pop() method raises a TypeError?
38. When sequential.pop() method raises a TypeError?
- When there is no layer within the model
- When there is the single layer within the model
- When there are more than 10 layers within the model
Answer: B) 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.