Skip to content

Conversation

@ferrarodav
Copy link
Contributor

Hi,

I tried to use the plugin with the last versions of tensorflow (1.11) and jupyter but it would give an error.
I've noticed that it wasn't recognizing the 1.11 version and it was still using the old api while creating the tensorboard app. I've fixed the problem and tested it.

Davide

In tensorflow 1.11 tensorflow.default doesn't have the PLUGIN_LOADERS attribute, but the _PLUGINS one.
Moreover, the program.TensorBoard class constructor can take the default arguments correctly if they're not passed, this avoids the need to make another if branch for the 1.11 version.
Without argparse would throw "unrecognized arguments:"
@lspvic lspvic merged commit b6889d3 into lspvic:master Oct 19, 2018
@lspvic
Copy link
Owner

lspvic commented Oct 19, 2018

Thanks very much for your PR.

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