栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

在加载theano框架时遇到的gcc加载问题

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

在加载theano框架时遇到的gcc加载问题

当在import theano 的时候,会报这个的错误:cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
不要怀疑,一定时你mingW没有安装好,
我再找了一下午之后,终于再这个网页找到了答案思路
https://stackoverflow.com/questions/33850090/compilation-issue-when-running-theano
我的安装姿势是这样的:
下载链接:https://udomain.dl.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe

然后配置环境变量

然后就ok 了,相信我,这个库的运行就是要做这个步骤~~,如果有遇到其他,欢迎评论区留言。

备注:
pip install theano-1.0.5
安装这个版本会报这个错:
theano.gof.opt.LocalmetaOptimizerSkipAssertionError: AbstractConv2d Theano optimization failed: there is no implementation available supporting the requested options. Did you exclude both “conv_dnn” and “conv_gemm” from the optimizer? If on GPU, is cuDNN available and does the GPU support it? If on CPU, do you have a BLAS library installed Theano can link against? On the CPU we do not support float16.
尝试这个方案但是还是不行
conda install numpy scipy mkl-service libpython m2w64-toolchain
然后我参照了这个教程测试发现是因为Theano无法使用GPU
https://blog.csdn.net/niuwei22007/article/details/47684673

pip install theano-0.9.0
如果按照这个版本会报这个错:

然后在终端输入theano-cache purge
然后再重新运行程序报:

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/339717.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号