-
Notifications
You must be signed in to change notification settings - Fork 173
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
chainer などはどうインストールしていますか? #809
Comments
|
cupyはおそらくビルドできると思います |
ありがとうございます、理解できてきました。
前者は楽な一方、インストールしたいcupyのバージョンによっては対応しているcudaのバージョンに限りがある python2.xではchainer==6.7.0を使う必要があるが、これに対応しているcupy==6.7.0を使おうとすると、cupy-cudaは101までしか対応していない。 |
@708yamaguchi によると,chianer==6.7.0 -> cupy-cuda101==6.7.0 となっているけど,cudaの10.1に依存しているけど,普通に入るcudaは11などなので,インストールがむづかしいことになっている。
どうしていますか? @knorth55
The text was updated successfully, but these errors were encountered: