diff --git a/semi_seg/scripts/run_self_paced_prostate b/semi_seg/scripts/run_self_paced_prostate index 61e6d730..c39d3b6a 100755 --- a/semi_seg/scripts/run_self_paced_prostate +++ b/semi_seg/scripts/run_self_paced_prostate @@ -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 diff --git a/semi_seg/transfer.sh b/semi_seg/transfer.sh index 881434c8..5db516b8 100644 --- a/semi_seg/transfer.sh +++ b/semi_seg/transfer.sh @@ -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.*"\ root@jizong.buzz:/root/main/runs/0416_prostate \ "${local_folder}"