77311/where-is-the-keras-configuration-file-stored
Hi Guys,
I am new to Keras. I am not able to find the configuration file of Keras. Can anyone tell me where can I find it?
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" }
Reinforcement learning is being used in various ...READ MORE
Discussing this on a high level, these ...READ MORE
Hey @Ruth, you can use this model ...READ MORE
Hi@akhtar You can find lots of website which ...READ MORE
Hi@akhtar, H5 is a file format to store ...READ MORE
Hello there, With the latest commit and release ...READ MORE
The machine learning task of learning a ...READ MORE
A neural network is a hardware or software ...READ MORE
Hi@akhtar, You need to install a GUI toolkit, ...READ MORE
Hi@akhtar, I think it should work. But make ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.