Laxmikant
Laxmikant

Reputation: 2216

Update keras.json on Google Colab

I tried to update keras.json on Google Colabs, but its throwing UnsupportedOperation error

Keras Theano update

Is there any other alternative to achieve this?

Upvotes: 2

Views: 911

Answers (1)

Craig Citro
Craig Citro

Reputation: 6625

You're opening the file as readonly -- pass 'w' to the open call on line 9. (docs)

Upvotes: 1

Related Questions