-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Download links on HParam don't work in VSCode #6088
Comments
The issue here seems to have to do with using TensorBoard in VSCode which we don't officially support (though it would be nice to fix). Here's a workaround: |
It seems not working at all. I've this error on downloading HParam CSV : Indeed, we have this call that have not all the parameters to init the Handler :
The Handler constructor :
|
Also, hparams_limit is defined as optional :
but it's used here with no check :
|
After setting request_proto at end of call constructor and adding hparams_limit in the request it's working |
Environment information (required)
Diagnostics
Diagnostics output
Issue description
Hey,
I'm trying to use tensorboard with keras-tuner to access the results as a csv file. However, the buttons 'Download data as ' in HParams do not work. I'm using tensorboard in vscode.
The text was updated successfully, but these errors were encountered: