keras_available: Tests if keras is available on the system.

View source: R/keras_init.R

keras_availableR Documentation

Tests if keras is available on the system.

Description

Returns TRUE if the python keras library is installed. If the function returns FALSE, but you believe keras is installed, then see use_python to configure the python environment, and then try running keras_init to establish the connection to keras.

Usage

keras_available(silent = FALSE)

Arguments

silent

logical. Should warning message be displayed if the result is false.

Value

Logical

See Also

keras_init


kerasR documentation built on Aug. 17, 2022, 5:06 p.m.