Skip to content

Commit

Permalink
Merge branch 'feature/entropy' of github.com:microsoft/landcover into…
Browse files Browse the repository at this point in the history
… feature/entropy
  • Loading branch information
blakeelias committed May 23, 2019
2 parents b6512fd + 91e6312 commit 0776b58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions analysis/compile_offline_exps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ do
cat ${results_dir_dropout}/test${area}/margin_step_-1/fine_tune_test_results_dropout.csv | grep -v { | grep -v .csv >> ${file}
done

# Mistake
# /mnt/blobfuse/train-output/conditioning/models/backup_unet_gn_isotropic_nn9/finetuning/test/test4/mistake_step_-1/fine_tune_test_results.csv
for area in ${TEST_AREAS[@]}
do
dir=${analysis_dir}/test${area}/mistake_random
mkdir -p ${dir}
file=${dir}/fine_tune_test_results.csv
cat ${results_dir}/test${area}/mistake_random_step_-1/fine_tune_test_results.csv | grep -v { | grep -v .csv > ${file}
# cat ${results_dir_dropout}/test${area}/mistake_random_step_-1/fine_tune_test_results_dropout.csv | grep -v { | grep -v .csv >> ${file}
done

2 changes: 1 addition & 1 deletion analysis/sanitize_offline_exps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
analysis_dir="/mnt/blobfuse/train-output/offline-active-learning"

STRATEGIES=("random" "entropy" "margin")
STRATEGIES=("random" "entropy" "margin" "mistake_random")
TEST_AREAS=(1 2 3 4)

header_grep_query="method, num_points"
Expand Down

0 comments on commit 0776b58

Please sign in to comment.