-
Notifications
You must be signed in to change notification settings - Fork 61
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
关于库版本问题 #20
Comments
python是27, 但是librosa,numpy版本具体不记得了,但是应该他们的接口变化不大。python和tensorflow影响比较大。能否把报错贴出来我看看能不能解决 |
tensorflow r0.11这一版本能安装吗?还是2017年的1.0.1版啊? |
r0.11 |
tensorflow r0.11这一版本怎么安装啊,试了好几个版本都不行好像 |
安装0.11cpu版
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl
安装0.11gpu版
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl
# Python 2
(tensorflow)$ pip install --ignore-installed --upgrade $TF_BINARY_URL
# Python 3
(tensorflow)$ pip3 install --ignore-installed --upgrade $TF_BINARY_URL
你可以试一下,我后来安装成功了,但是遇到了其他问题,最后我发现用tensorflow1.13也是可以跑这个代码的。
…------------------ 原始邮件 ------------------
发件人: "ZBang"<[email protected]>;
发送时间: 2020年6月8日(星期一) 下午3:42
收件人: "zhr1201/CNN-for-single-channel-speech-enhancement"<[email protected]>;
抄送: "[email protected]"<[email protected]>; "Comment"<[email protected]>;
主题: Re: [zhr1201/CNN-for-single-channel-speech-enhancement] 关于库版本问题 (#20)
tensorflow r0.11这一版本怎么安装啊,试了好几个版本都不行好像
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Luciferhy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问能列出具体的版本号么
比如
tensorflow 0.11
librosa ??
numpy ??
因为在py27环境下,我发现安装17年比较通用的版本还是会报错,查了google说是版本不匹配,尝试了好几个版本都没跑起来。
谢谢。
The text was updated successfully, but these errors were encountered: