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成功不报错了,运气还蛮好的

相关推荐
西柚小萌新4 小时前
七.numpy模块
numpy
FreedomLeo12 天前
Python数据分析NumPy和pandas(二十三、数据清洗与预处理之五:pandas的分类类型数据)
python·数据分析·numpy·pandas·categoricals·数据分类分析·建模和机器学习
Kalika0-03 天前
NumPy Ndarray学习
python·学习·numpy
上海亚商投顾4 天前
上海亚商投顾:沪指缩量调整 华为概念股午后爆发
numpy
表示这么伤脑筋的题我不会5 天前
请用python写一段训练模型【InsCode AI 创作助手】
python·numpy
计算机毕设指导66 天前
基于Python爬虫与文本挖掘的网络舆情监控系统【附源码】
数据库·hadoop·后端·爬虫·python·django·scipy
緈福的街口7 天前
ValueError: Object arrays cannot be loaded when allow_pickle=False
python·numpy
阿丁小哥7 天前
【Python各个击破】numpy
开发语言·python·numpy
敲代码不忘补水8 天前
Pandas 数据可视化指南:从散点图到面积图的全面展示
python·信息可视化·数据分析·numpy·pandas·matplotlib
人生の三重奏9 天前
numpy——数学运算
开发语言·python·numpy