-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I'm here at the KDD 2017 Conference, and really enjoyed the Tensorflow hands on presentation by Josh Gordon and others (forgot their names :( ). Anyway, following one of the example Jupyter notebooks at https://github.com/random-forests/tensorflow-workshop/blob/master/examples/07_structured_data.ipynb resulted in a Tensorboard error that they didn't know how to resolve.
After running the full notebook, opening Tensorboard, I get the error "Graph: Failed Normalizing Names" when I go to the graph tab.
All the other tabs appear to work correctly, just this one doesn't. I've tried clearing browser cache, restarting Tensorboard, Jupyter, etc., but still get the same error. No errors appear in the command window where I'm running the Tensorboard server.
At their recommendation, I'm posting this issue. Not sure what additional information is needed, so please speak up and I'm happy to provide.
I'm running Python 3.6.1 :: Anaconda custom (x86_64) on macOS 10.12.6, and the just finalized Tensorflow 1.3.0
Any idea how to troubleshoot or resolve this issue?