ml.neuralnetworks.keras
module ml.neuralnetworks.keras
The keras module provides additions to work and visualize Keras neural networks
enable_gpu
#
function enable_gpu() โ bool
Enables Keras to run on the GPU First it checks if there's a "physical device" available of type GPU If not, it will try to leverage plaidml for GPU enabling
Returns:
- `bool`: A boolean value indicating if the GPU enablement succeeded
This file was automatically generated via lazydocs.