isl-org/PhotorealismEnhancement

What does "name_load" in test_pfd2cs.yaml mean?

lzdnsb opened this issue · 1 comments

Thank you for the great work!

I get some models(see pictures below) after training.
out
I want to test them, but I do not know what is "name_load" in test_pfd2cs.yaml.

name_load: # <name at train/name_save>-<number of iterations>

In this case should I input "pfd2cs-10000"?

sorry, I understand it after reading the code: BaseExperiment.py and GANExperiment.py.
I should input "pfd2cs-10000" here.