欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

搭建keras

程序员文章站 2022-03-17 07:55:44
...

搭建keras,先得搭建theano和TensorFlow
1.难就难在搭建theano,我花了大半天的时间,终于吧theano弄好了:
http://blog.csdn.net/m0_37681914/article/details/73609177
接下来,TensorFlow和keras很简单了:
2.cmd输入命令,安装TensorFlow

pip install tensorflow
  • 1

3.安装keras:

pip install keras
  • 1

搭建keras

最后通过import keras测试

相关标签: 环境配置