mmgeneration
mmgeneration copied to clipboard
Why does train.py build a val_dataset using train pipeline?
Why do you use the train pipeline for the validation set at this line of code?
To my understanding, the line of code:
val_dataset.pipeline = cfg.data.train.pipeline
should be
val_dataset.pipeline = cfg.data.val.pipeline
Is there something I don't understand?
Hey @gvalvano, thanks for your interest in our project. This seems a mistake, and we will fix this soon. We would also be glad that if you could create a pull request to fix this.
Hi @LeoXing1996 Thanks for the help. Sure, I'll be happy to do so!
Opened pull request #244
Hi @LeoXing1996 it seems that the pull request failed during the "lint" process. I don't have familiarity with this. Should I take any action to address this issue?
Please feel free. That lint error is caused by the network error. I just rerun the CI and all checks are passed. We will merge this in this version.