ICT icon indicating copy to clipboard operation
ICT copied to clipboard

About the validation_path of Transformer training.

Open wbslye opened this issue 3 years ago • 2 comments

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.

wbslye avatar Apr 26 '22 01:04 wbslye

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

raywzy avatar Apr 26 '22 01:04 raywzy

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

wbslye avatar Apr 26 '22 02:04 wbslye