Cannot compute simple gradient #13353
-
Hi, I'm trying to compute the derivative of a lambda function that involves other gradients of functions, but the computation is hanging and I do not understand why.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@marcofrancis I tried to simplify things a bit and it seems to work for me.
|
Beta Was this translation helpful? Give feedback.
-
Thanks! It seems that re-assigning f_x messes everything up. |
Beta Was this translation helpful? Give feedback.
@marcofrancis I tried to simplify things a bit and it seems to work for me.