问题
I tried to update keras.json
on Google Colabs, but its throwing UnsupportedOperation error
Is there any other alternative to achieve this?
回答1:
You're opening the file as readonly -- pass 'w'
to the open
call on line 9. (docs)
来源:https://stackoverflow.com/questions/50083075/update-keras-json-on-google-colab