3

On my local system I know where is the keras.json file present(.keras/keras.json) but when I switched to google colab, I don't know where to find it.

I did google search for this problem but have not got any answer. I went through this link but got nothing helpful.

Any reply and reference will be appreciable.

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Rahul Anand
  • 437
  • 1
  • 4
  • 15

1 Answers1

4

I can find that file in colab ~/.keras/keras.json

Colab image for reference

Good post to dynamically switch backend https://stackoverflow.com/a/44446822/8660575

nithin
  • 753
  • 3
  • 7
  • 21