当前位置:网站首页>window10安装keras
window10安装keras
2022-06-11 03:01:00 【wyzhaojun】
python 3.6
先安装numpy和scipy
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy scipy
安装tensorflow
pip install tensorflow-cpu==2.2 --trusted-host pypi.douban.com
安装keras
pip install keras==2.4.3 --trusted-host pypi.douban.com
验证是否安装成功
输入python
输入 import keras
输入keras.backend.epsilon()
输出1e-07 安装成功
边栏推荐
- 数据库唯一索引和普通索引的区别?
- Construction of Flink development environment and wordcount
- Arduino uno connected to jq8900-16p voice broadcast module
- Determine whether a string of numbers is the result of a quick sort
- 两部门联合印发《校外培训机构消防安全管理九项规定》
- Correct posture of cocoscreator's native secondary development
- C语言数组与指针练习题
- Log4j:error category option "1" not a decimal integer
- Pyqt5: button control
- 微信模版消息errcode“:40165,“errmsg“:“invalid weapp pagepath
猜你喜欢

PIP installation Qt5.

Go语言之Go 快速入门篇(一):第一个 Go 程序

Android P SoftAP start process

怎样确保消息的可靠性投递?

Go quick start of go language (I): the first go program

cv. Houghcircles: Circular Hough transform opencv

CocosCreator原生二次开发的正确姿势

How to handle error code 30204-44 when installing office 2016 in win10?

msg=SolrCore ‘collection1‘ is not available due to init failure: Could not l

ThoughtWorks.QRCode功能齐全的生成器
随机推荐
Correct posture of cocoscreator's native secondary development
ROS Basics - use the launch file (I) - start multiple ROS nodes in batch
Demand and Prospect of 3D GIS Industry
postgresql源码学习(十八)—— MVCC③-创建(获取)快照
出栈序列是否是入栈序列
[big guy show] aiops in the eyes of Borui data, choosing the right track and the right people
20220610 Friday
Pyqt5:slider slider control
Solr initialization failure: requesthandler INIT failure
The solution of invalid @data annotation in idea2018
023 MySQL索引优化口诀-索引失效的常见情况
数据库唯一索引和普通索引的区别?
Graphacademy course explanation: Fundamentals of neo4j graph data science
已解决: JDBC连接Mysql失败报错: 'The last packet sent successfully to the server was 0 milliseconds ago. '
B / Qurt Utilisateur Guide (19)
怎样确保消息的可靠性投递?
DNS Optimization Practice of APP network optimization
ThoughtWorks.QRCode功能齐全的生成器
计算机视觉(AI)面试大全
Pyqt5: basic usage of label control