Skip to main content
Version: Next

ml.neuralnetworks.keras

module ml.neuralnetworks.keras

The keras module provides additions to work and visualize Keras neural networks


function enable_gpu#

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.