Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pycodegen
pystencils_autodiff
Commits
f6dacee6
Commit
f6dacee6
authored
Aug 17, 2019
by
Stephan Seitz
Browse files
Fix output of example in README.rst
parent
e070c517
Pipeline
#17315
failed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
f6dacee6
...
...
@@ -78,8 +78,8 @@ You can see the derivatives with respective to the two inputs multiplied by the
Subexpressions:
Main Assignments:
\hat{
y
}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
\hat{
x
}[0,0] ← diffz_C*
y
_C/
x
_C
\hat{
x
}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
\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...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment