Update keras.json on Google Colab

送分小仙女□ 提交于 2019-12-08 02:11:59

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!