Skip to content

Commit

Permalink
Merge pull request #443 from AllenCellModeling/plugin_config_fixes
Browse files Browse the repository at this point in the history
Default to strict=True for plugin config, add overlap
  • Loading branch information
yrkim98 authored Nov 12, 2024
2 parents 8a88689 + e7dc50a commit ab630c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/experiment/im2im/segmentation_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ seed: 12345

checkpoint:
ckpt_path: null # must override for prediction
weights_only: null
strict: False
weights_only: False
strict: True

experiment_name: experiment_name
run_name: run_name
Expand Down Expand Up @@ -63,7 +63,7 @@ paths:
model:
_aux:
filters: MUST_OVERRIDE
overlap: 0
overlap: 0.2

callbacks:
# prediction
Expand Down

0 comments on commit ab630c9

Please sign in to comment.