tensorboard-plugin-example
tensorboard-plugin-example copied to clipboard
I get the below error. Ubuntu 1804, bazel 0.23 ``` bazel run //greeter_plugin:greeter_demo Extracting Bazel installation... Starting local Bazel server and connecting to it... ERROR: /home/tzaman/.cache/bazel/_bazel_tzaman/cf29eb9faa32ed21d3ea4adfbc42f13e/external/io_bazel_rules_closure/closure/stylesheets/closure_css_binary.bzl:90:17: Traceback (most recent call...
[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_"
Hi, when I run `bazel build greeter_tensorboard` I get the following error: ``` external/io_bazel_rules_closure/java/io/bazel/rules/closure/http/BUILD:17:1: Compiling Java headers external/io_bazel_rules_closure/java/io/bazel/rules/closure/http/libhttp-hjar.jar (10 files) and running annotation processors (ComponentProcessor) failed (Exit 1) java.lang.RuntimeException: java.lang.NoClassDefFoundError:...
This PR allows to get the demo working in a Docker container. The following dump should justify the fixes suggested: ```bash ~/tensorboard-plugin-example# TensorBoard 1.12.0 at http://913f3daf7877:6006 (Press CTRL+C to quit)...
when following the steps from the readme, after running the example i get: ``` E0521 15:46:04.173336 Thread-1 _internal.py:87] Error on request: Traceback (most recent call last): File "/home/noon/.cache/bazel/_bazel_noon/eb88fb0202132c299042995127b729f9/external/org_pocoo_werkzeug/werkzeug/serving.py", line 193,...
Today, `greeter_demo` runs as expected. However, pylint deems `import greeter_plugin` to be invalid. https://github.com/tensorflow/tensorboard-plugin-example/blob/2ac2d909500b5811d2316b58a4a62d99a5a211f9/greeter_plugin/greeter_demo.py#L25 Get to the bottom of that ...