-
Notifications
You must be signed in to change notification settings - Fork 1.1k
R0.8 cherry-picks #577
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
R0.8 cherry-picks #577
Conversation
Quoting http://python-notes.curiousefficiency.org/en/latest/python_concepts/import_traps.html#the-double-import-trap: """ There?s a reason the general ?no package directories on sys.path? guideline exists, and the fact that the interpreter itself doesn?t follow it when determining sys.path[0] is the root cause of all sorts of grief. """ Also relevant: bazelbuild/bazel#7091 This is addressed toward issue tensorflow#539 PiperOrigin-RevId: 268058051
Sadly, they only trigger when a user actually uses some attribute of those modules. PiperOrigin-RevId: 268299350
…istribution docstring. It falsely claimed that the function to transform a base distribution had to have a constant Jacobian. Replace it by a copy-paste from the docstring of tfd.ReparameterizationType. PiperOrigin-RevId: 266475851
- Add Linear/Polynomial kernel for testing. Fixed bug where shift parameter didn't have dimensions padded. - Added batch_shape/batch_shape_tensor() methods to KumaraswayTransformed. PiperOrigin-RevId: 266190386
I scripted this change, which meant programmatically injecting imports. In order to satisfy linters, this also meant I needed to programmatically re-sort the imports. To get this right, I sed replaced instances of (e.g.) "tfd = tfp.distributions" with explicit imports. PiperOrigin-RevId: 266444179
This CL updates remaining instances of `import tensorflow as tf` to the tf2-safe style `import tensorflow.compat.v2 as tf`, and changes instances of tf.compat.v2 to use a separate `import tensorflow.compat.v1 as tf1` PiperOrigin-RevId: 266452786
…re is a bug in the generalized U turn criteria that biasing the sample. Close tensorflow#542 PiperOrigin-RevId: 267211223
…n light of Issue tensorflow#552 PiperOrigin-RevId: 268017770
Fixed broken link for `Upgrading_from_Edward_to_Edward2.md`
PiperOrigin-RevId: 270151745
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
1 similar comment
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
1 similar comment
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
No description provided.