| 1 | """General-purpose test script for image-to-image translation. |
| 2 | |
| 3 | Once you have trained your model with train.py, you can use this script to test the model. |
| 4 | It will load a saved model from '--checkpoints_dir' and save the results to '--results_dir'. |
nothing calls this directly
no test coverage detected