tensorflow / tensorboard-plugin-example

Apache License 2.0
135 stars 59 forks source link

Update version of TensorBoard #13

Closed chihuahua closed 6 years ago

chihuahua commented 7 years ago

The current version of TensorBoard lacks various updates from head: https://github.com/tensorflow/tensorboard-plugin-example/blob/1d094b0c19381a33d5b4fb5e8b2cb024905f397f/WORKSPACE#L92

such as removal of build warnings, API changes for plugin authors (like https://github.com/tensorflow/tensorboard/pull/459 and https://github.com/tensorflow/tensorboard/pull/459), and a generic vz-line-chart component.

Lets update the workspace rule.

chihuahua commented 7 years ago

After updating the workspace, we have to change the frontend to jive with the new TensorBoard API.

chihuahua commented 6 years ago

Fixed by #23.