-
Notifications
You must be signed in to change notification settings - Fork 30
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 version is not right? #2
Comments
I use chainer 5.0,while it is written is chainer 1.90 or 3.0? |
Chainer 1.10.0 is OK. |
The chainer version 1.10.0 requires cuda and cudnn environment, but I don't have a NIVIDA gpu and just want to use default cpu so I installed chainer 3.0.0. |
我用CPU版本跑了mnist 要一天,模型能出来,就是可视化那里报错 Traceback (most recent call last): |
File "/usr/lib/python2.7/site-packages/chainer/link.py", line 242, in call
out = forward(*args, **kwargs)
TypeError: forward() takes exactly 2 arguments (3 given)
The text was updated successfully, but these errors were encountered: