You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to run the code without rectifying the pseudo label, I am confused that why in stage 2 the loss weight lambda-kl-target is set to 0? (From README)
From Eq.9 of the IJCAI2020 paper, I understand the KL-divergence loss is should be used.
Thanks
The text was updated successfully, but these errors were encountered:
If you want to run the code without rectifying pseudo label, please change [this line] to 'from trainer_ms import AD_Trainer', which would apply the conventional pseudo label learning.
If I want to run the code without rectifying the pseudo label, I am confused that why in stage 2 the loss weight lambda-kl-target is set to 0? (From README)
From Eq.9 of the IJCAI2020 paper, I understand the KL-divergence loss is should be used.
Thanks
The text was updated successfully, but these errors were encountered: