Skip to content

Commit 08af6e4

Browse files
authored
Update README.md
1 parent dca9002 commit 08af6e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,13 @@ python test.py --dataroot ./datasets/maps --name maps_cyclegan --model cycle_gan
113113
```bash
114114
bash ./datasets/download_pix2pix_dataset.sh facades
115115
```
116+
- To view training results and loss plots, run `python -m visdom.server` and click the URL http://localhost:8097.
116117
- Train a model:
117118
```bash
118119
#!./scripts/train_pix2pix.sh
119120
python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --direction BtoA
120121
```
121-
- To view training results and loss plots, run `python -m visdom.server` and click the URL http://localhost:8097. To see more intermediate results, check out `./checkpoints/facades_pix2pix/web/index.html`.
122+
To see more intermediate results, check out `./checkpoints/facades_pix2pix/web/index.html`.
122123

123124
- Test the model (`bash ./scripts/test_pix2pix.sh`):
124125
```bash

0 commit comments

Comments
 (0)