summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaesung Park <taesung_park@berkeley.edu>2017-04-27 01:28:53 -0700
committerTaesung Park <taesung_park@berkeley.edu>2017-04-27 01:28:53 -0700
commite5b2fd6d36b4297c4314478e88820cd10943d192 (patch)
treeaa6bf853e47a858b3e9d8a5ed051377f9b0b6415 /README.md
parentaf7420fc67f1a69349f8155bb85a3536314e377b (diff)
1. Added one_direction_test_model that generates the outputs in only one direction
2. Changed the option naming from ntrain to max_dataset_size
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abccd2f..4bb1595 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix
- Test the model (`bash ./scripts/test_pix2pix.sh`):
```bash
#!./scripts/test_pix2pix.sh
-python test.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --align_data --use_dropout
+python test.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --align_data
```
The test results will be saved to a html file here: `./results/facades_pix2pix/latest_val/index.html`.