raywzy / ICT

High-Fidelity Pluralistic Image Completion with Transformers (ICCV 2021)
313 stars 44 forks source link

About the validation_path of Transformer training. #30

Open wbslye opened 2 years ago

wbslye commented 2 years ago

There is a parameter--"validation_path" described as "validation_image_path" in training Transformers,but I couldn't find a parameter like "validation_mask_path" in "./Transformer/main.py".So does it mean that the validation set doesn't need its own mask set or it use the same mask set of training set or something else?Sorry for my poor English.

raywzy commented 2 years ago

Yes. Currently the validation shares the same mask set with the training. You could also pass some extra parameters to change this behavior.

wbslye commented 2 years ago

Yes. Currently the validation shares the same mask set with the training. You could also pass some extra parameters to change this behavior.

Thanks for your reply.Have a good day! :D