Description Usage Details Value
Obtain a reference to the Python module used for the implementation of Keras.
1 |
There are currently two Python modules which implement Keras:
keras ("keras")
tensorflow.keras ("tensorflow")
This function returns a reference to the implementation being currently
used by the keras package. The default implementation is "keras".
You can override this by setting the KERAS_IMPLEMENTATION
environment
variable to "tensorflow".
Reference to the Python module used for the implementation of Keras.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.