Skip to content

Conversation

@donglaiw
Copy link
Collaborator

@donglaiw donglaiw commented Nov 9, 2025

When I first tried to launch training with our updated monai2d_worm.yaml, the run stopped immediately with a configuration error—nothing ever reached the GPU. The problem was triggered by a line like:

inference:
  sliding_window:
    overlap: 0.5

Hydra’s structured config was set up in a way that rejected that value, so setup_config crashed before training could start. After adjusting the config definitions to accept overlap: 0.5, the YAML loads cleanly and training proceeds as expected.

@donglaiw donglaiw merged commit 1014d8d into PytorchConnectomics:master Nov 9, 2025
0 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant