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

HParams: Stop fetching hparams data using run effects #6561

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

rileyajones
Copy link
Contributor

Motivation for features / changes

Now that we are fetching the hparams data using the newly created hparams_effects (#6540) we no longer need to fetch them using the old method.

Note that the experiment list SHOULD still use the old method.

@rileyajones rileyajones marked this pull request as ready for review August 29, 2023 18:15
@rileyajones rileyajones merged commit f7680b4 into tensorflow:master Aug 30, 2023
rileyajones added a commit to rileyajones/tensorboard that referenced this pull request Sep 7, 2023
rileyajones added a commit that referenced this pull request Sep 7, 2023
…6571)

## Motivation for features / changes
#6561 created issues when syncing internally. When we discovered the
problem we tried to patch forward twice
 * #6566 
 * #6568

There was a couple of issues.
 * Improper support for tuples internally.
* Internally `forkJoin` and `zip` work differently, it's not document
how though.
* The unapproved screenshot changes in
[cl/563231334](http://cl/563231334)

Googlers see [cl/563516101](http://cl/563516101) for confidence this
ACTUALLY fixes the sync.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants