ecandeloro commited on
Commit
ce4c5a9
·
verified ·
1 Parent(s): 11c1121

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 Baseline Configuration
3
  # ==============================================================
4
  # Usage:
5
- # python -m src.density_estimation --config experiments/density_estimation/baseline/config.yaml
6
  #
7
  # Any key here can be overridden via the CLI:
8
- # python -m src.density_estimation --config ... --lr 5e-4 --batch-size 32
9
 
10
  IO:
11
- root_dir: data/output/density_maps/allCA_128_96_smooth_b05_k5_roi
12
- output_dir: experiments_results/density_estimation/best_model
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