geyuying / PF-AFN

Official code for "Parser-Free Virtual Try-on via Distilling Appearance Flows", CVPR 2021.
545 stars 138 forks source link

Validate warping model #79

Open zero-nnkn opened 1 year ago

zero-nnkn commented 1 year ago

When I try to train PB and PF models, I see the need to train 2 stages for each model, stage 2 (e2e) will take the checkpoint of the warp model trained from stage 1. But, I don't see you using validation when training the warping model (stage 1). Can I use part of the training set for validation (use val loss) to choose checkpoints for the next stage?