Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What versions of python,theano,keras and tensorflow did you use? I am facing issues with tensorflow. #17

Closed
bourne-3 opened this issue Aug 6, 2020 · 9 comments

Comments

@bourne-3
Copy link

bourne-3 commented Aug 6, 2020

What versions of python,theano,keras and tensorflow did you use? I am facing issues with tensorflow.

Originally posted by @nahos in #13 (comment)

@bourne-3
Copy link
Author

bourne-3 commented Aug 6, 2020

i want to ask this same Question.Has anyone do me a favor?

@NNNNNaaaaaa
Copy link

i want to ask this same Question.Has anyone do me a favor?

You should modify the change in commit, it seems that the author didn't push his commit.

@guirongc
Copy link

guirongc commented May 9, 2021

python2.7
pip install keras==1.1.0
pip install theano==1.0.5
pip install graphviz==0.16
Centos pydot need steps:
1、yum install graphviz
2、pip install graphviz
3、pip install pydotplus
cd /root/anaconda3/envs/dlpython27/lib/python2.7/site-packages
mv pydotplus pydot
cd pydot
vi parser.py

 import pydotplus 
修改为
 import pydot

@guirongc
Copy link

guirongc commented Apr 13, 2022 via email

@wdxwj
Copy link

wdxwj commented Apr 13, 2022

我是去年弄的,后台是theano!我的电脑没有GPU,所以没试过,另你查一下python2.7这个版本对tf好像不支持?

-- 致 礼 guirong @.*** 在 2022-04-13 11:44:41,"yyp" @.> 写道: 我装了gpu的tf他还是不用gpu怎么办? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

我搞定了,我把backend换成tf就可以了。目前是tf1.9.0 keras2.2.0

@guirongc
Copy link

guirongc commented Apr 13, 2022 via email

@guirongc
Copy link

guirongc commented Apr 16, 2022 via email

@wdxwj
Copy link

wdxwj commented Apr 16, 2022

论文较早,用的是python2.7  ,你若用python3,对原文件要稍作修改!发自我的华为手机-------- 原始邮件 --------发件人: Baku1210 @.>日期: 2022年4月16日周六 中午12:08收件人: nusnlp/nea @.>抄送: guirongc @.>, Comment @.>主 题: Re: [nusnlp/nea] What versions of python,theano,keras and tensorflow did you use? I am facing issues with tensorflow. (#17) 请问,您用的是python3吗。我想用python3跑但是报了很多错 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

我用的python2.7.13 。也试过用python3,需要改一些地方就行了 例如ideritems 改为items 等。

@Baku1210
Copy link

非常感谢两位!我将试着更新文件里的函数以适应python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants