-
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
Which version to fork for new viz development? #272
Comments
Hi Binhang, Happy to hear that you're interested in developing a new plugin! Instead of forking the repository, you'll want to follow the instructions in tensorflow/custom-tensorboard-example. That repository has a fully self-contained example plugin, and also has reasonably detailed instructions about how plugin development works. Are you saying that when you check out the master branch of this repository, unchanged, and then run |
Oh, instead of run And actually, I re-run it as you suggested, it has the same problem. I used a Ubuntu 16.04 LTS OS, with python 3.5.2 and Tensorflow 1.2.1. BTW, I also found this repository (https://github.com/jart/web_library_example) in another post #130 . Is this also abandoned? Thanks for your reply! I really appreciate your help! |
Nope, this absolutely matters. You need to use Bazel so that it can build the dependent targets. For instance, Bazel compiles protobufs into Python modules so that we can import them and use the bindings from Python code. If you just use
Your TensorFlow version is out of date. You need to install TensorFlow from its nightly builds. See: https://github.com/tensorflow/tensorflow#installation |
jart/web-library-example should still work, but would only be relevant if you're starting a new non-TensorBoard project in which you want to use the |
@wchargin ! Thanks for pointing that out! |
I forked the master branch for my own visualization development.
I found that after compiling this branch, only GRAPHS and PROJECTOR functionality works for my model. SCALES and HISTOGRAMS does not work anymore.
I previously used the pre-installed tensorboard to visualize the model by all the above views.
Additionally, I found this branch cannot even visualize the data generated by the scalars_demo.py script. This is probably similar to #271. My situation is that the page complains that "No scalar data was found." See the photo here:
Any suggestion is highly appreciated!
The text was updated successfully, but these errors were encountered: