Where is the Keras configuration file stored

0 votes

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?

Jul 15, 2020 in Machine Learning by akhtar
• 38,230 points
737 views

1 answer to this question.

0 votes

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

answered Jul 15, 2020 by MD
• 95,440 points

Related Questions In Machine Learning

0 votes
1 answer

Where is reinforcement learning applied?

Reinforcement learning is being used in various ...READ MORE

answered May 9, 2019 in Machine Learning by Manasa
540 views
0 votes
1 answer

What is the process involved in machine Learning?

Discussing this on a high level, these ...READ MORE

answered May 10, 2019 in Machine Learning by Rhea
1,304 views
0 votes
1 answer

What is the best machine learning website?

Hi@akhtar You can find lots of website which ...READ MORE

answered May 20, 2020 in Machine Learning by MD
• 95,440 points
591 views
0 votes
1 answer

What is h5 model in Keras?

Hi@akhtar, H5 is a file format to store ...READ MORE

answered Jul 14, 2020 in Machine Learning by MD
• 95,440 points
12,662 views
0 votes
3 answers

How to train a Keras model on multiple GPUs?

Hello there, With the latest commit and release ...READ MORE

answered Jul 17, 2020 in Machine Learning by Lily
• 260 points
3,000 views
0 votes
1 answer
0 votes
2 answers
+1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP