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: fix demo (remove group_name argument) #2258

Merged
merged 2 commits into from
May 22, 2019

Conversation

wchargin
Copy link
Contributor

Summary:
In #2188, I removed the group_name parameter from the Keras callback,
but forgot to remove it from the call site in the demo code.

Test Plan:
Running bazel run //tensorboard/plugins/hparams:hparams_demo now
works. Previously, it failed with the error, “unexpected keyword
argument 'group_name'”.

wchargin-branch: hparams-demo-no-group-name

Summary:
In #2188, I removed the `group_name` parameter from the Keras callback,
but forgot to remove it from the call site in the demo code.

Test Plan:
Running `bazel run //tensorboard/plugins/hparams:hparams_demo` now
works. Previously, it failed with the error, “unexpected keyword
argument 'group_name'”.

wchargin-branch: hparams-demo-no-group-name
wchargin-source: 06c2f4386074c7c867f857e0c4f785386afa5655
wchargin-branch: hparams-demo-no-group-name
@wchargin wchargin requested a review from stephanwlee May 21, 2019 18:37
wchargin added a commit that referenced this pull request May 21, 2019
Summary:
Resolves #2246.

Test Plan:
Unit tests added, and demo updated; the demo still works (after
cherry-picking #2258).

wchargin-branch: hparams-sample-uniform
@wchargin wchargin merged commit 158e3c1 into master May 22, 2019
@wchargin wchargin deleted the wchargin-hparams-demo-no-group-name branch May 22, 2019 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants