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

keras and tfdebug trying in browser #1136

Closed
dgiunchi opened this issue Apr 16, 2018 · 2 comments
Closed

keras and tfdebug trying in browser #1136

dgiunchi opened this issue Apr 16, 2018 · 2 comments

Comments

@dgiunchi
Copy link

dgiunchi commented Apr 16, 2018

I follow instruction as the first popup in tensorboard shows for keras.
I've just tried using keras and I have a problem, keras set_session accept only session parameter (not the second). So I can't use this line:

tfk.backend.set_session(tf_debug.LocalCLIDebugWrapperSession(tf.Session()), "computername:port")

I use

  • tensorboard is 1.7
  • tensorflow is 1.7
  • keras is 2.1.5
  • windows 10
  • python 3.6.5

I tried also with tf.keras. Any suggestions?

@jart
Copy link
Contributor

jart commented Apr 20, 2018

This might be a better question for StackOverflow since it's not a bug or feature request. There's a larger community there with better searchability.

@nfelt
Copy link
Contributor

nfelt commented Apr 24, 2018

Duplicate of #1097

@dgiunchi The code sample was incorrect, this has been fixed in #1100, see the PR there for the corrected code sample.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants