Hi@akhtar,
The Keras configuration file is a JSON file stored at $HOME/.keras/keras.json. The default configuration file looks like this:
{
"image_data_format": "channels_last",
"epsilon": 1e-07,
"floatx": "float32",
"backend": "tensorflow"
}
To learn more, visit our deep learning online course