Skip to content

Commit

Permalink
Fix quantized localization experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Feb 13, 2024
1 parent ab4cda0 commit 6eda317
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/rhode_island/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defaults:
- base_config
- override dataset: ri_capsule # Dataset configuration name
- override features: identity # Feature extractor configuration name (use identity for vision datasets)
- override model: timm_mobilenetv3_small_075 # Neural network name (for now timm_resnet50 or timm_efficientnet_lite1)
# - override model: timm_mobilenetv3_small_075 # Neural network name (for now timm_resnet50 or timm_efficientnet_lite1)
- override scheduler: 1cycle # learning rate scheduler config name
- override augmentation: ri_augment
- override optimizer: sgd # Optimizer config name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @package _global_


defaults:
- /model: localization_net
- override /model: localization_net

experiment_id: quantized_localization

Expand Down

0 comments on commit 6eda317

Please sign in to comment.