Skip to content

Commit 4a2db2b

Browse files
committed
Working on writeup
1 parent cdfd782 commit 4a2db2b

20 files changed

+931
-798
lines changed

README.md

Lines changed: 167 additions & 84 deletions
Large diffs are not rendered by default.

analyze_aleatoric_uncertainty.ipynb

Lines changed: 59 additions & 115 deletions
Large diffs are not rendered by default.

bin/download_model_info.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ def main(_):
2828

2929
print("Downloading model info")
3030

31-
# download_s3(batch_config.batch_folder()+"/train.p")
32-
# download_s3(batch_config.batch_folder()+"/test.p")
33-
# download_s3(batch_config.batch_folder()+"/augment-train.p")
34-
# download_s3(batch_config.batch_folder()+"/augment-test.p")
35-
# download_s3(batch_config.predictions_folder()+"/results.p")
31+
download_s3(batch_config.batch_folder()+"/train.p")
32+
download_s3(batch_config.batch_folder()+"/test.p")
33+
download_s3(batch_config.batch_folder()+"/augment-train.p")
34+
download_s3(batch_config.batch_folder()+"/augment-test.p")
35+
download_s3(batch_config.predictions_folder()+"/results.p")
3636
download_s3(bayesian_config.model_file())
3737
download_s3(bayesian_config.csv_log_file())
3838

298 KB
Loading

blog_images/catdog_just_cat.png

178 KB
Loading

blog_images/catdog_just_dog.png

135 KB
Loading
93.7 KB
Loading
-7.48 KB
Loading
651 Bytes
Loading
21.1 KB
Loading

0 commit comments

Comments
 (0)