From d5a38496cf624cb110cb292d18e0822b826b61ab Mon Sep 17 00:00:00 2001 From: junyanz Date: Sun, 23 Apr 2017 04:29:54 -0700 Subject: fix which_direction bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4bb1595..abccd2f 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 +python test.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --which_model_netG unet_256 --which_direction BtoA --align_data --use_dropout ``` The test results will be saved to a html file here: `./results/facades_pix2pix/latest_val/index.html`. -- cgit v1.2.3-70-g09d2