awslabs / mxboard

Logging MXNet data for visualization in TensorBoard.
Apache License 2.0
325 stars 47 forks source link

Change README: tensorboard no longer requires tensorflow #42

Closed hcho3 closed 5 years ago

hcho3 commented 5 years ago

Issue #, if available:

Description of changes: Tensorboard no longer requires TensorFlow, so remove tensorflow from the installation instruction for tensorboard.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@reminisce

reminisce commented 5 years ago

Thanks for the update. Does this mean TensorBoard can run independently without TensorFlow pre-installed or it just implicitly install tensorflow? Previously, if you do pip install tensorboard it will still install the tensorflow for you as a dependency.

hcho3 commented 5 years ago

Yes, tensorflow is no longer a dependency.