Skip to content

Commit

Permalink
fixing the parameters for ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
jizong committed Apr 15, 2021
1 parent e7481ca commit c9bbc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion semi_seg/scripts/run_self_paced_prostate
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function run_multi_selfpaced {

python run_infonce_pretrain.py ${comm_cmd} --save_dir ${save_dir} -b ${num_batches} -s ${rand_seed} --time=4 \
selfpaced --global_features Conv5 Conv5 --global_importance $1 $2 --contrast_on partition patient -g=${group_num} \
-pe ${pre_max_epoch} -fe ${ft_max_epoch} --begin_value 4 3 --end_value 40 40 --method soft soft --scheduler_type inversesquare linear
-pe ${pre_max_epoch} -fe ${ft_max_epoch} --begin_value 1 2.5 --end_value 70 40 --method soft soft --scheduler_type inversesquare inversesquare
}
run_multi_selfpaced 1 0.001
run_multi_selfpaced 1 0.005
Expand Down
2 changes: 1 addition & 1 deletion semi_seg/transfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local_folder=./runs
# "${local_folder}/0402_semi_acdc/"

rsync -azP --exclude "*/*.png" --exclude "*/tra/*/*.pth" --exclude "*/*.pth" \
--exclude "*/patient*" \
--exclude "*/patient*" --exclude "*calculquebec.*"\
[email protected]:/root/main/runs/0416_prostate \
"${local_folder}"

Expand Down

0 comments on commit c9bbc38

Please sign in to comment.