Epyon

Results 1 issues of Epyon

I try to apply FixMatch on one class data. For the unsupervised loss part, I modified the code like that. ``` self.uce_loss = torch.nn.BCEWithLogitsLoss(reduction='none') with torch.no_grad(): woutputs = self.model(weak_u) woutputs...