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
Thanks for your work.
I am a beginner, so I'm quite puzzled by the following issue.
I trained models using three different algorithms: fixmatch, comatch, and fixmatch_ccssl, following the programs you provided. I noticed that at the beginning of training, the loss_u is always 0 and starts increasing from there. Is this normal? I can't determine if this is due to errors in my modifications.
The text was updated successfully, but these errors were encountered:
This is normal. At the initial training stage, the model is noisy and less capable of generating pseudo labels. So in semi-supervised learning, we usually first train supervised data for several steps and then train for unsupervised steps.
Thank you for your reply. I have recently reproduced the experiment of FixMatchCCSSL on STL10, but I cannot achieve the results in your paper. Would you be willing to make public the Config of FixMatchCCSSL on STL10?
Thanks for your attention to our work. It's been a while since we published the paper, I will try to find or reproduce the model for STL10. It could take a while since most of my effort now switches to large model training.
Thanks for your work.
I am a beginner, so I'm quite puzzled by the following issue.
I trained models using three different algorithms: fixmatch, comatch, and fixmatch_ccssl, following the programs you provided. I noticed that at the beginning of training, the loss_u is always 0 and starts increasing from there. Is this normal? I can't determine if this is due to errors in my modifications.
The text was updated successfully, but these errors were encountered: