Semi-supervised-learning icon indicating copy to clipboard operation
Semi-supervised-learning copied to clipboard

A Unified Semi-Supervised Learning Codebase (NeurIPS'22)

Results 36 Semi-supervised-learning issues
Sort by recently updated
recently updated
newest added

When I use "pseudolabel" which does not require a strong_transform, the assertion appears: ``` AssertionError: alg pseudolabel requires strong augmentation ``` I wonder if there is something wrong in https://github.com/microsoft/Semi-supervised-learning/blob/6cf697e6968f9f77040a9e0162306436a91a00dc/semilearn/datasets/cv_datasets/datasetbase.py#L59,...

The description of Figure2 has mentioned cifar400, which may be a mistake. ![image](https://github.com/microsoft/Semi-supervised-learning/assets/66301198/eef35b0e-dc09-4982-b058-4baea2929733)

Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

Following your previous suggestions, I set up distributed computing during training and executed the command as shown in the figure below. The corresponding settings in the config.yaml remained unchanged. However,...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

I am using the library to run Semi supervised models on my dataset i used the custom dataset code given in google colab and converted my dataset images to csv...

I am running the following code: ``` python3 train.py --c config/usb_nlp/softmatch/softmatch_ag_news_40_0.yaml ``` But the accuracy I get is 0.8447368421 i.e error rate of 0.15 which is higher than what is...

I ran the refixmatch.py with the code provided, and I did not revise the code, but the accuracy of validation set is low. Is there some mistakes in the original...

## What does this PR do? Fixes #\ ### Does your PR introduce any breaking changes? If yes, please list them. ## Before submitting - [ ] Was this **discussed/approved**...