keras - 如何在 google colab 中找到 keras.json 文件?

标签 keras google-colaboratory tf.keras

在我的本地系统上,我知道 keras.json 文件在哪里 (.keras/keras.json),但是当我切换到 google colab 时,我不知道在哪里可以找到它。

我用谷歌搜索了这个问题,但没有得到任何答案。我经历了这个 link但没有任何帮助。

任何回复和引用都将不胜感激。

最佳答案

我可以在 colab ~/.keras/keras.json 中找到该文件

Colab image for reference

动态切换后端的好帖子 https://stackoverflow.com/a/44446822/8660575

关于keras - 如何在 google colab 中找到 keras.json 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57388261/

相关文章:

google-colaboratory - 测试 notebook 是否在 Google Colab 上运行

tensorflow - 在 tensorflow 中,对于在实例化时需要参数的自定义层,get_config 方法是否需要覆盖?

python - 凯拉斯/ tensorflow : Weird dropout behaviour

python - 属性错误: module 'tensorflow' has no attribute 'keras'

google-colaboratory - 如何将非 txt 数据从 Colaboratory 导出到 Google Drive?

lstm - 将 LSTM/GRU 添加到 keras tensorflow 中的 BERT 嵌入

python - Tensorflow 2 -Keras SAVE/LOAD 模型错误(DenseFeatures 和 DistributionLambda 层)

python - 导入错误 : No module named yaml in Keras (neural network)

keras - 函数式 API/Multi Input 模型超参数优化

Python 将排序列表转换为字典,Google Colab 和 Pycharm 中的差异