piRNN安装笔记
python3.6 + tensorflow 1.4.0 + keras 2.0.8
https://blog.csdn.net/yz960611/article/details/78538488 安装文档
https://docs.floydhub.com/guides/environments/ 务必检查搭配关系
https://www.cnblogs.com/chay/p/10371578.html
注意:
使用TensorFlow时报错FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy.......
报错原因:numpy1-17-0版本过高,使用numpy-1.16-0版本即可
解决方法:重新安装numpy-1.16-0
pip install numpy==1.16.0
————————————————
版权声明:本文为CSDN博主「论程序员的自我修养」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/kobe_academy/java/article/details/99706595
还需安装pandas包 h5py包
注意警告:Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
https://blog.csdn.net/feng98ren/article/details/84874326
import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
浙公网安备 33010602011771号