MPL-pytorch icon indicating copy to clipboard operation
MPL-pytorch copied to clipboard

Unofficial PyTorch implementation of "Meta Pseudo Labels"

Results 19 MPL-pytorch issues
Sort by recently updated
recently updated
newest added

Hi Thank you for your valuable repository. How to change the loss function for binary classification?

When I used my dataset for training, the model's accuracy dropped from 96% to 51%. can you help me, thank you

Hello, thanking for your pytorch implement of MPL. I think the dot_prodoct should be s_loss_old - s_loss_new but s_loss_new - s_loss_old for the reason here just flip a coin Am...

Thanks for the great code. One minor typo: https://github.com/kekmodel/MPL-pytorch/blob/main/data.py#L147

I have a small question about the above code. The aim of the cross entropy is to make the two different distributions be similar with each other. I understood the...

In the forward of class WideResNet,there is a BN normalizing the output of the last res-block and if I comment this line, the loss in the model will become NaN...

Hi, I understand in the reference implementation, the MPL loss on the teacher does nothing essentially. To fix this we use hard labels rather than soft ones. For this purpose,...

what is the model you used in this MPL finetune method?

I have already successfully run the original code. To try to use new datasets, I inherit torch.utils.data.Dataset and create subclass Webface: ![HJZ1N%7GF8YR 4DU1JLFFN9](https://user-images.githubusercontent.com/34671700/120799659-9fecba80-c571-11eb-8b60-ad6989a810da.png) ![ECMY27X4@~G~Z_E8F4O7A2](https://user-images.githubusercontent.com/34671700/120799775-be52b600-c571-11eb-9344-f83b54a5ceb2.png) I want to use webface as...

i encountered this error while running my code with GPU ```WARNING:__main__:Process rank: 0, device: cuda:0, distributed training: True, 16-bits training: True 2021-03-30 16:11:36.205545: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.11.0...