Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 509 Bytes

File metadata and controls

17 lines (14 loc) · 509 Bytes

This frontend example is created via create_react_app with some modification to disable code-splitting.

To build and locally install this plugin:

# Please use a new virtualenv
bash ./build.sh

and launch modified TensorBoard in the same virtualenv:

# In the TensorBoard source directory
git fetch https://github.com/stephanwlee/tensorboard.git plugin_rfc_prototype:prototype
git checkout prototype
blaze run tensorboard --logdir [somedir]