Skip to content

Conversation

@caisq
Copy link
Contributor

@caisq caisq commented Apr 3, 2018

Fixes: #1097

@caisq caisq requested review from chihuahua and nfelt April 3, 2018 18:11

keras.backend.set_session(
tf_debug.LocalCLIDebugWrapperSession(tf.Session()), "[[_host]]:[[_port]]")
tf_debug.TensorBoardDebugWrapperSession(tf.Session()), "[[_host]]:[[_port]]")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the parens need to be adjusted here, right now the "host:port" string is being passed to set_session() but it should actually be the second arg to TensorBoardDebugWrapperSession

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for catching that!

@caisq caisq merged commit aec57d9 into master Apr 3, 2018
nfelt pushed a commit to nfelt/tensorboard that referenced this pull request Apr 24, 2018
* [Debugger Plugin] Fix wrapper name for keras snippet
@jart jart deleted the caisq-patch-1 branch May 24, 2018 06:24
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