added better memory caching, multithreaded processing, cleanup scripts dir
This commit is contained in:
@@ -1287,7 +1287,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# 3a) No crop — original full-size images\n",
|
||||
"!python scripts/basic_analysis/compare_hypertower_modes.py \\\n",
|
||||
"!python scripts/main/v2/multirun_hypertower.py \\\n",
|
||||
" --tower-modes single ensemble \\\n",
|
||||
" --eval-modes binary multiclass \\\n",
|
||||
" --epochs 40 --n-splits 5 \\\n",
|
||||
@@ -1305,7 +1305,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# 3b) GT crop — expert segmentation masks crop the optic disc region\n",
|
||||
"!python scripts/basic_analysis/compare_hypertower_modes.py \\\n",
|
||||
"!python scripts/main/v2/multirun_hypertower.py \\\n",
|
||||
" --tower-modes single ensemble \\\n",
|
||||
" --eval-modes binary multiclass \\\n",
|
||||
" --epochs 40 --n-splits 5 \\\n",
|
||||
@@ -1323,7 +1323,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# 3c) UNet crop — trained segmenter crops the optic disc region\n",
|
||||
"!python scripts/basic_analysis/compare_hypertower_modes.py \\\n",
|
||||
"!python scripts/main/v2/multirun_hypertower.py \\\n",
|
||||
" --tower-modes single ensemble \\\n",
|
||||
" --eval-modes binary multiclass \\\n",
|
||||
" --epochs 40 --n-splits 5 \\\n",
|
||||
|
||||
Reference in New Issue
Block a user