Loading README.md +26 −0 Original line number Diff line number Diff line Loading @@ -8,3 +8,29 @@ Unsupervised domain adaptation is critical in various computer vision tasks, suc  ## Install Requirements (Please install latest version): ``` torch torchvision terminaltables Pillow yacs pycocotools ``` ## Run Train a model: ``` python -m torch.distributed.launch --nproc_per_node=8 --master_port=10086 --use_env adversarial_train.py --config-file <path_to_config> ``` Test a model: ``` python -m torch.distributed.launch --nproc_per_node=8 --master_port=10086 --use_env adversarial_train.py --config-file <path_to_config> --test-only ``` Loading
README.md +26 −0 Original line number Diff line number Diff line Loading @@ -8,3 +8,29 @@ Unsupervised domain adaptation is critical in various computer vision tasks, suc  ## Install Requirements (Please install latest version): ``` torch torchvision terminaltables Pillow yacs pycocotools ``` ## Run Train a model: ``` python -m torch.distributed.launch --nproc_per_node=8 --master_port=10086 --use_env adversarial_train.py --config-file <path_to_config> ``` Test a model: ``` python -m torch.distributed.launch --nproc_per_node=8 --master_port=10086 --use_env adversarial_train.py --config-file <path_to_config> --test-only ```