facebookresearch / adaptive_teacher

This repo provides the source code for "Cross-Domain Adaptive Teacher for Object Detection".
Other
180 stars 35 forks source link

Save teacher weight #64

Open ShenZheng2000 opened 1 year ago

ShenZheng2000 commented 1 year ago

The current code only saves the student' weight. How to save the teacher weight during training?

yujheli commented 1 year ago

The code should save both. It saves one checkpoint containing two models.