Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Oct 23, 2019
1 parent 3b01f80 commit 08e4703
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@ Write TensorBoard events with simple function call.
* Support `scalar`, `image`, `figure`, `histogram`, `audio`, `text`, `graph`, `onnx_graph`, `embedding`, `pr_curve`, `mesh`, `hyper-parameters`
and `video` summaries.

* requirement for `demo_graph.py` is tensorboardX>=1.9 and pytorch>=1.2
* requirement for `demo_graph.py` is tensorboardX>=1.9 and pytorch>=1.3

* [FAQ](https://github.com/lanpa/tensorboardX/wiki)

## Install

Tested on anaconda2 / anaconda3, with PyTorch 1.1.0 / torchvision 0.3 / tensorboard 1.13.0
Tested on anaconda2 / anaconda3, with PyTorch 1.3.0 / torchvision 0.4.1 / tensorboard 1.13.0

`pip install tensorboardX`

or build from source:

`git clone https://github.com/lanpa/tensorboardX && cd tensorboardX && python setup.py install`
`pip install 'git+https://github.com/lanpa/tensorboardX'`


You can optionally install [`crc32c`](https://github.com/ICRAR/crc32c) to speed up saving a large amount of data.

Expand Down

0 comments on commit 08e4703

Please sign in to comment.