Update density_estimation/short_unet/9_shorter_unet_normalizedgame_asymclassnormalizedl1loss_adamw.yaml
Browse files
density_estimation/short_unet/9_shorter_unet_normalizedgame_asymclassnormalizedl1loss_adamw.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
# ==============================================================
|
| 2 |
-
# Density-Estimation
|
| 3 |
# ==============================================================
|
| 4 |
# Usage:
|
| 5 |
-
# python -m src.
|
| 6 |
#
|
| 7 |
# Any key here can be overridden via the CLI:
|
| 8 |
-
# python -m src.
|
| 9 |
|
| 10 |
IO:
|
| 11 |
-
root_dir: data/output/
|
| 12 |
-
output_dir:
|
| 13 |
|
| 14 |
DATA:
|
| 15 |
img_size: 128
|
|
|
|
| 1 |
# ==============================================================
|
| 2 |
+
# Density-Estimation Best-Model Configuration
|
| 3 |
# ==============================================================
|
| 4 |
# Usage:
|
| 5 |
+
# python -m src.density_estimator --config experiments/density_estimation/best_model/9_shorter_unet_normalizedgame_asymclassnormalizedl1loss_adamw.yaml
|
| 6 |
#
|
| 7 |
# Any key here can be overridden via the CLI:
|
| 8 |
+
# python -m src.density_estimator --config ... --lr 5e-4 --batch-size 32
|
| 9 |
|
| 10 |
IO:
|
| 11 |
+
root_dir: data/output/lr_density_dataset/allCA_128_96_smooth_b05_k5_roi
|
| 12 |
+
output_dir: data/density_estimator_training
|
| 13 |
|
| 14 |
DATA:
|
| 15 |
img_size: 128
|