Keras 安装配置

Keras配置文件

$HOME/.keras/keras.json

1
2
3
4
5
6
7
8
9
10
{
"image_data_format": "channel_last",
# 指定Keras将要使用数据维度顺序
"epsilon": 1e-07,
# 防止除0错误数字
"flaotx": "float32",
# 浮点数精度
"backend": "tensorflow"
# 指定Keras所使用后端
}
Author

UBeaRLy

Posted on

2019-03-21

Updated on

2019-02-17

Licensed under

Comments