-
Notifications
You must be signed in to change notification settings - Fork 13
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
test_cca error! #1
Comments
I am getting the same error. @Chrisdy did you find a solution? |
Thanks for reporting the issue. I am looking to fix the training in theano. |
I run dcca_numpy.py,and it indicates that the train takes at least 3 arguments.I add N as the first parameter,but the repeat function get a error.I don't know how to solve it,could you help me? |
Thanks for reporting the error. I plan to solve these issues in mid-June. At the moment the library is unstable since I have not maintained it. |
@shamidreza Has the issue been fixed ? @kirvenjt @Chrisdy did you figure out a fix ? I'm getting the same error on the latest commit -
|
Hi, |
I have run the function test_caa() in dcca.py, then it shows error as follows:
Traceback (most recent call last):
File "/Users/dingheng/Downloads/deepcca-master/dcca.py", line 1053, in
test_dcca()
File "/Users/dingheng/Downloads/deepcca-master/dcca.py", line 792, in test_dcca
gparams1 = [T.grad(cost1, param) for param in net1.hiddenLayer.params]
File "/usr/local/lib/python2.7/site-packages/theano/gradient.py", line 529, in grad
handle_disconnected(elem)
File "/usr/local/lib/python2.7/site-packages/theano/gradient.py", line 516, in handle_disconnected
raise DisconnectedInputError(message)
theano.gradient.DisconnectedInputError: grad method was asked to compute the gradient with respect to a variable that is not part of the computational graph of the cost, or is used only by a non-differentiable operator: b
How to fixed it ?
The text was updated successfully, but these errors were encountered: