YBZh / Bridging_UDA_SSL

The official codes of "Semi-supervised Models are Strong Unsupervised Domain Adaptation Learners".
MIT License
35 stars 3 forks source link

Command to run the FixMatch #1

Closed shreejalt closed 2 years ago

shreejalt commented 2 years ago

Hi, Thanks a lot for your work.

Can you give me the simple command to run the FixMatch on DomainNet/Office dataset without disturl? I have two GPUs

Or If I want to use FixMatch in the original Repo on One GPU, what changes shall I need to do in the original Transfer Learning Library Repo?

YBZh commented 2 years ago

Please refer to: https://github.com/YBZh/Bridging_UDA_SSL/blob/main/examples/FixMatch.sh Note that my original implementation is based on FOUR GPUs, so maybe you need to modify the --batchsize and --base_lr to adapt to One GPU.