Unverified Commit 2fa0017c authored by NingMa's avatar NingMa Committed by GitHub

Update README.md

parent ab73961c
...@@ -24,12 +24,12 @@ The codes for "context-guided entropy minimization for semi-supervised domain ad ...@@ -24,12 +24,12 @@ The codes for "context-guided entropy minimization for semi-supervised domain ad
2. To specify your dataset path, please set "project_root" in return_dataset.py 2. To specify your dataset path, please set "project_root" in return_dataset.py
## Training usages ## Training usages
Training on Office-31: Training on Office-31 on 1-shot SSDA:
python main.py --dataset Office-31 --s webcam --t amazon --gpu_id 0 --train 1 python main.py --num 1 --dataset Office-31 --s webcam --t amazon --gpu_id 0 --train 1
Test on Office-31: Test on Office-31 1-shot SSDA:
python main.py --dataset Office-31 --s webcam --t amazon --gpu_id 0 --train 0 python main.py --num 1 --dataset Office-31 --s webcam --t amazon --gpu_id 0 --train 0
The other datasets follow the similar usages! The other datasets follow the similar usages!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment