Yang Xiang
2016-01-16 15:02:06 UTC
Hi all,
I encountered theano.gradient.DisconnectedInputError when I wrote my code
for an end-to-end process. I have a series of parameters to update. In
order to check which parameter caused the disconnect error, I removed them
from the function's parameters one by one. But after I removed all the
parameters (params=[]), this error was still there? What does this case
mean?
The error report stated: 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: <TensorType(float64, 4D)>
Could anyone help?
Thanks.
Yang
I encountered theano.gradient.DisconnectedInputError when I wrote my code
for an end-to-end process. I have a series of parameters to update. In
order to check which parameter caused the disconnect error, I removed them
from the function's parameters one by one. But after I removed all the
parameters (params=[]), this error was still there? What does this case
mean?
The error report stated: 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: <TensorType(float64, 4D)>
Could anyone help?
Thanks.
Yang
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.