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
- Revert return_state_dict=False from endoscopic_inbody_classification.ipynb:
the upstream MONAI dev (≥1.5) removed the deprecated param entirely and
load() now returns nn.Module by default. The extra kwarg caused a TypeError
in CI. The original notebook is correct for MONAI ≥1.5.
- Update diagnose_1_6_release.md:
- R5: clarify it is a local-only issue (our MONAI @ 19cab577 still has the
deprecated return_state_dict=True default; upstream dev does not)
- R8: mark confirmed fixed — isolated run with --ulimit nofile=65536:65536
completed all 39 cells in 3m1s with no ancdata error (2026-06-11)
Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>
@@ -436,15 +439,15 @@ Changes committed to bring Docker run to parity with Eric's run:
436
439
| File | Change |
437
440
|---|---|
438
441
|`runner.sh`| Add `msd_crossval_datalist_generator.ipynb` and `hovernet_infer_compare.ipynb` to `doesnt_contain_max_epochs`; add `image_restoration.ipynb` to `skip_run_papermill`|
439
-
|`computer_assisted_intervention/endoscopic_inbody_classification.ipynb`|Pass`return_state_dict=False`to `monai.bundle.load` so it returns `nn.Module`instead of `OrderedDict`|
442
+
|`computer_assisted_intervention/endoscopic_inbody_classification.ipynb`|Reverted`return_state_dict=False`— upstream MONAI ≥1.5 already returns `nn.Module`by default; the extra kwarg caused `TypeError` in CI|
### Still pending (require environment changes or separate PRs)
443
446
444
447
| Issue | Action needed |
445
448
|---|---|
446
449
| Disk space (R2) | Free `/data` disk or bind-mount scratch volume; `deep_atlas` (~2 GB), `deployment/bentoml`, `experiment_management/bundle_integrate_mlflow`, `microscopy` notebooks |
| PEP8 in 3 notebooks | Run `bash runner.sh --autofix` for `surgtoolloc/preprocess_detect_scene_and_split_fold.ipynb`, `deep_atlas/deep_atlas_tutorial.ipynb`, `modules/interpretability/class_lung_lesion.ipynb`|
450
453
| Restormer in MONAI dev | Cherry-pick Restormer network class commit; remove from skip list once merged |
0 commit comments