chenbinghui1/DSL

Question about dsl

heiyuxiaokai opened this issue · 2 comments

Must the supervised model be trained in advance? Can I use DSL to train a model both with labeled samples and unlabeled samples from the begining(just with pretrained model of backbone)?

@heiyuxiaokai Yeah, the supervised model should be trained first so as to produce the initial pseudo-labels. This will encourage the better performances.

@heiyuxiaokai Yeah, the supervised model should be trained first so as to produce the initial pseudo-labels. This will encourage the better performances.

I get it, and thanks!