Home »
MCQs »
Keras MCQs
To revert back to the current name of the backend, which of the following backend functions would you use in Keras?
12. To revert back to the current name of the backend, which of the following backend functions would you use in Keras?
- Backend()
- keras.backend.backend()
- Backend.keras()
Answer: B) keras.backend.backend()
Explanation:
keras.backend.backend() is used to revert to the current name of the backend.