March 2019
Intermediate to advanced
196 pages
4h 50m
English
The default configuration file for Linux users is as follows:
$HOME/.keras/keras.json
It is created the first time you use Keras, and may be edited to change the defaults. Here's what that .json file contains:
{ "image_data_format": "channels_last","epsilon": 1e-07,"floatx": "float32","backend": "tensorflow" }
The defaults are as follows:
Read now
Unlock full access