FixMatch-pytorch
FixMatch-pytorch copied to clipboard
Unofficial Pytorch code for "FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence" in NeurIPS'20. This repo contains reproduced checkpoints.
Results
2
FixMatch-pytorch issues
Sort by
recently updated
recently updated
newest added
Dear Sir, How can I set the values for those variables if my total data is 270 and my labeled data is only 20 with a batch size of 4?...
Thanks for the work you have done. I encounter the following error using the single GPU training, ValueError:num_samples should be a positive integer value, but got num_samples=-67108864 Command I am...