diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-04-20 03:44:34 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-04-20 03:44:34 -0700 |
| commit | ad2e54efab73563e92a23605dc7338ec1d2c4de6 (patch) | |
| tree | b5ebf6b43a83e854c1b6faa781f7eda2a1053401 /README.md | |
| parent | 443bc13554769d6a18eefdbac779cf385fb6dbb3 (diff) | |
make visdom default
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -44,7 +44,11 @@ In CVPR 2017. ## Getting Started ### Installation - Install PyTorch and dependencies from http://pytorch.org/ -- Install python libraries [dominate](https://github.com/Knio/dominate) and [visdom](https://github.com/facebookresearch/visdom) (optional). +- Install python libraries [visdom](https://github.com/facebookresearch/visdom) and [dominate](https://github.com/Knio/dominate). +```bash +pip install visdom +pip install dominate +``` - Clone this repo: ```bash git clone https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix |
