Replies: 1 comment 1 reply
-
Thanks. Sadly there’s no way to do this at the moment because |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just trying whether I can use DynamicDiff operator within a custom loss function and comparing that to eval_diff_tree_array
However, tree is DynamicExpressions.NodeModule.Node and I'm not sure how to extract AbstractExpression from tree. This would avoid any automatic differentiation and only evaluates the data if the constraints on grad are not breached.
Thank you
Edit: To clarify, I'm comparing against:
I think if I get the first one working, it should be much quicker.
Beta Was this translation helpful? Give feedback.
All reactions