Closed ma3252788 closed 2 years ago
Thanks for your attention! You can copy and add the code of directive filter in model_densenet.py for corresponding your specified number of pseudo labels. And don't forget to make the appropriate changes in the loss term in trainsal.py.
Thank you, may I only need to modify these two files?
Thanks for your attention! You can copy and add the code of directive filter in model_densenet.py for corresponding your specified number of pseudo labels. And don't forget to make the appropriate changes in the loss term in trainsal.py.
Thank you, may I only need to modify these two files?
In addition, if there are more than one, how to calculate the loss is better? For example, there are three data sets, which are A, B, and C. and loss= A-B-C ?
I want to train simultaneously with three pseudo-labels or more fake labels. How should I modify the code?
Thank you!