gpt4 book ai didi

python - 如何更改 Keras 后端(json 文件在哪里)?

转载 作者:IT老高 更新时间:2023-10-28 20:36:07 26 4
gpt4 key购买 nike

我已经安装了 Keras,并且想将后端切换到 Theano。我 checkout this post ,但仍然不知道将创建的 json 文件放在哪里。另外,下面是我在 Python Shell 中运行 import keras 时遇到的错误:

Using TensorFlow backend.

Traceback (most recent call last): File "", line 1, in import keras File "C:\Python27\lib\site-packages\keras__init__.py", line 2, in from . import backend File "C:\Python27\lib\site-packages\keras\backend__init__.py", line 64, in from .tensorflow_backend import * File "C:\Python27\lib\site-packages\keras\backend\tensorflow_backend.py", line 1, in import tensorflow as tf ImportError: No module named tensorflow

当从 Windows 命令行运行 python -c "import keras; print(keras.__version__)" 时,我得到:

Using TensorFlow backend. Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\site-packages\keras__init__.py", line 2, in from . import backend File "C:\Python27\lib\site-packages\keras\backend__init__.py", line 64, in from .tensorflow_backend import * File "C:\Python27\lib\site-packages\keras\backend\tensorflow_backend.py", line 1, in import tensorflow as tf ImportError: No module named tensorflow

有人可以帮忙吗?谢谢!

最佳答案

查看 keras 源代码 (this place) 后:

启动您的 python 二进制文件并执行以下操作

import os
print(os.path.expanduser('~'))
# >>> C:\\Users\\Sascha' # will look different for different OS
  • 这应该是基本目录
  • Keras 将在 keras.json 所在的位置构建一个文件夹 .keras(如果它已经创建)。如果它不存在,请在那里创建它
  • 示例:C:\\Users\\Sascha\\.keras\\keras.json'

关于python - 如何更改 Keras 后端(json 文件在哪里)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40310035/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com