Skip to content
Snippets Groups Projects
Commit f6dacee6 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix output of example in README.rst

parent e070c517
No related branches found
No related tags found
No related merge requests found
Pipeline #17315 failed
...@@ -78,8 +78,8 @@ You can see the derivatives with respective to the two inputs multiplied by the ...@@ -78,8 +78,8 @@ You can see the derivatives with respective to the two inputs multiplied by the
Subexpressions: Subexpressions:
Main Assignments: Main Assignments:
\hat{y}[0,0] ← diffz_C*(log(x_C*y_C) + 1) \hat{x}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
\hat{x}[0,0] ← diffz_C*y_C/x_C \hat{y}[0,0] ← diffz_C*x_C/y_C
You can also use the class `AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow... You can also use the class `AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment