Skip to content

Commit

Permalink
release gaugan training codes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmxyy committed Jul 9, 2020
1 parent e55963b commit dfc92e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/gaugan/cityscapes/latency_compressed.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
python latency.py --dataroot database/cityscapes-origin \
--config_str 32_32_48_32_32_32_32_24 \
--config_str 32_40_40_32_40_24_32_24 \
--model spade --dataset_mode cityscapes \
--results_dir results-pretrained/gaugan/cityscapes/compressed \
--ngf 48 --netG sub_mobile_spade \
Expand Down
2 changes: 1 addition & 1 deletion scripts/gaugan/cityscapes/test_compressed.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
python test.py --dataroot database/cityscapes-origin \
--config_str 32_32_48_32_32_32_32_24 \
--config_str 32_40_40_32_40_24_32_24 \
--model spade --dataset_mode cityscapes \
--results_dir results-pretrained/gaugan/cityscapes/compressed \
--ngf 48 --netG sub_mobile_spade \
Expand Down

0 comments on commit dfc92e0

Please sign in to comment.