You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments