diff --git a/.gitignore b/.gitignore index c0ccec6..78e1108 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ results/ logs/ nnu/ runs_nnu/ +runs_monai/ __pycache__/ diff --git a/AGENTS.md b/AGENTS.md index 747b13f..565bd7e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,7 +10,7 @@ Activate with: source /opt/conda/etc/profile.d/conda.sh && conda activate longitudinal ``` -Key packages: torch 2.14 (+cu126), torchvision, numpy, scipy, pandas, scikit-learn, scikit-image, matplotlib, nibabel, SimpleITK. +Key packages: torch 2.14 (+cu126), torchvision, monai 1.6 (pip, Pipeline C), numpy, scipy, pandas, scikit-learn, scikit-image, matplotlib, nibabel, SimpleITK. ## Project @@ -19,5 +19,5 @@ Longitudinal (repeated-measures) analysis of medical imaging data. Repo is at an ## Conventions - All Python commands must run inside the `longitudinal` conda environment. -- GPU is available (CUDA 12.6); use `torch.device('cuda')` when appropriate. -- No lint/test tooling is configured yet; run scripts directly with `python