google-research/noisystudent

How to train on BDD100K data?

ma-siddiqui opened this issue · 1 comments

Hi,

Please guide me how to train this model on custom data set or other standard data set like BDD100K?

Thanks,

You can take a look at code snippets of how the loss on unlabeled data is computed and add the code snippets to a codebase for BDD100K. https://github.com/google-research/noisystudent/blob/master/main.py#L489