| 1 | """General-purpose training script for image-to-image translation. |
| 2 | |
| 3 | This script works for various models (with option '--model': e.g., pix2pix, cyclegan, colorization) and |
| 4 | different datasets (with option '--dataset_mode': e.g., aligned, unaligned, single, colorization). |
nothing calls this directly
no test coverage detected