You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ABISS batch mode, remove silent fallback, skip model build on cache hit
- ABISS batch merge-threshold: restore proper single-invocation mode (C++ binary
already supports argv[8..N] batch thresholds natively), improve error message
- Remove silent _fallback_decode_connected_components that masked ABISS errors
and produced garbage segmentations (0.918 vs 0.07 adapted_rand)
- Skip expensive model build + checkpoint load when cached _tta_prediction.h5
files exist for all test/tune volumes (nn.Identity lightweight module)
- Add _skip_inference guard in test_pipeline to error early if cache miss
occurs with a dummy model instead of running inference
- Fix on_test_end → on_test_epoch_end for Lightning self.log() compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments