the training script scripts/CycleGAN/cyclegan_gtasynthia2cityscapes.sh contains:
--DSC --DSCweight 20,
but the python main() doesn't accept "DSC" parameters and it fails.
But, a semantic weight of 0.2 as default, appears in base_options.py:
_self.parser.add_argument('--general_semanticweight', type=float, default=0.2, help='weight for semantic loss')
Hi,
the training script scripts/CycleGAN/cyclegan_gtasynthia2cityscapes.sh contains: --DSC --DSCweight 20, but the python main() doesn't accept "DSC" parameters and it fails.
But, a semantic weight of 0.2 as default, appears in base_options.py: _self.parser.add_argument('--general_semanticweight', type=float, default=0.2, help='weight for semantic loss')
Which one is the correct one?
TIA