Skip to content
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

Remove learn_prior flag from dense_var? #50

Closed
dsteinberg opened this issue May 2, 2017 · 2 comments
Closed

Remove learn_prior flag from dense_var? #50

dsteinberg opened this issue May 2, 2017 · 2 comments
Labels

Comments

@dsteinberg
Copy link
Contributor

Rather allow an end-user to wrap the reg parameter with something like ab.pos(tf.Variable(1.)). This would avoid having to propagate this flag all the way to here:

https://github.com/determinant-io/aboleth/blob/develop/aboleth/distributions.py#L82

@dsteinberg
Copy link
Contributor Author

This would also allow a user to do something like reg=tf.exp(tf.Variable(1.0))

@dsteinberg
Copy link
Contributor Author

OR we just ALWAYS learn this.... it's just a scalar anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant