Skip to content

add total gradient norm to VI #2257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 4, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Unused Import
  • Loading branch information
ferrine committed Jun 3, 2017
commit 6fc61360a3e523e30bc05ab99b3177df373c8797
2 changes: 1 addition & 1 deletion pymc3/variational/test_functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from theano import tensor as tt, theano
from theano import tensor as tt
from .opvi import TestFunction
from pymc3.theanof import floatX

Expand Down