Problem Description
The MLOps tutorial fails with missing module errors because XNAT-related scripts were removed from the csc-mlops package and moved to the project template, but they are not included in this repository.
Missing modules:
mlops.data.tools.tools (contains xnat_build_dataset function)
mlops.data.transforms.LoadImageXNATd
What the tutorial code expects:
from mlops.data.tools.tools import xnat_build_dataset
from mlops.data.transforms.LoadImageXNATd import LoadImageXNATd
Proposed Solution
Add missing mlops.data modules to repository
Create the missing module structure in the repository
Problem Description
The MLOps tutorial fails with missing module errors because XNAT-related scripts were removed from the
csc-mlopspackage and moved to the project template, but they are not included in this repository.Missing modules:
mlops.data.tools.tools(containsxnat_build_datasetfunction)mlops.data.transforms.LoadImageXNATdWhat the tutorial code expects:
Proposed Solution
Add missing mlops.data modules to repository
Create the missing module structure in the repository