keras安装
keras安装:
keras搭建在tensorflow基础上,在安装keras安装之前需要安装tensorflow、numpy、matplotlib、scipy。tensorflow只能安装在64位的电脑上。
我们使用anaconda安装学习,因为在anaconda已经安装了很多库。
1 |
|
在安装keras遇到一下错误
parse() got an unexpected keyword argument ‘transport_encoding’
则
1 |
|
keras安装
https://excelius.xyz/keras安装/