tensorflow1.3以上+ numpy+scipy+gensim可行搭配版本

今天也菜的很有水平:)


最近 在做NE的学习,做代码复现的时候看到了清华大学的OpenNe项目,然后调环境,这里给出我配成功的搭配。

numpy==1.14.0
networkx==2.0
scipy==1.0.0
tensorflow==1.5.0
gensim==3.1.0
scikit-learn==0.19.0
1.遇到的问题attributeError: module 'tensorflow.python.ops.nn' has no attribute 'leaky_relu'

可以通过把tensorflow1.3升级到1.5.0解决

2. 遇到问题from future import annotations

^
SyntaxError: future feature annotations is not defined

可以通过降低smart_open版本解决,我随便试了一个smart_open1.10.0成功不报错了,运气还蛮好的

相关推荐
正义的彬彬侠1 小时前
XGBoost算法Python代码实现
python·决策树·机器学习·numpy·集成学习·boosting·xgboost
竹笋常青2 天前
《流星落凡尘》
django·numpy
西柚小萌新3 天前
七.numpy模块
numpy
FreedomLeo14 天前
Python数据分析NumPy和pandas(二十三、数据清洗与预处理之五:pandas的分类类型数据)
python·数据分析·numpy·pandas·categoricals·数据分类分析·建模和机器学习
Kalika0-06 天前
NumPy Ndarray学习
python·学习·numpy
上海亚商投顾7 天前
上海亚商投顾:沪指缩量调整 华为概念股午后爆发
numpy
表示这么伤脑筋的题我不会8 天前
请用python写一段训练模型【InsCode AI 创作助手】
python·numpy
计算机毕设指导68 天前
基于Python爬虫与文本挖掘的网络舆情监控系统【附源码】
数据库·hadoop·后端·爬虫·python·django·scipy
緈福的街口10 天前
ValueError: Object arrays cannot be loaded when allow_pickle=False
python·numpy
阿丁小哥10 天前
【Python各个击破】numpy
开发语言·python·numpy