tensorflow / tensorboard-plugin-example

Apache License 2.0
135 stars 59 forks source link

Make reload accept run and tag parameters. #8

Closed chihuahua closed 7 years ago

chihuahua commented 7 years ago

It is a good practice for observer callbacks to use their accepted arguments instead of properties on the module object. See docs for Polymer: https://www.polymer-project.org/1.0/docs/devguide/observers#dependencies

This closes #5.