Skip to content
Snippets Groups Projects
Commit b9555b8c authored by Tobias Ringwald's avatar Tobias Ringwald
Browse files

Update ablation_visda_test_seed.sh

parent c2f6bdf9
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ do
"--configs" "configs/single-source/visda17.yaml" "$i"
)
_EXP="ablation_VISDA-TEST_$i"
PYTHONHASHSEED=1 CUDA_VISIBLE_DEVICES=0,1,2,3 python3 src/train.py --source-dataset VISDA17/train --target-dataset VISDA17/test_nosym --sub-dir $_EXP "${_ADD_FLAGS[@]}";
PYTHONHASHSEED=1 CUDA_VISIBLE_DEVICES=0,1,2,3 python3 src/train.py --source-dataset VISDA17/train --target-dataset VISDA17/test --sub-dir $_EXP "${_ADD_FLAGS[@]}";
done;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment