Skip to content

Missing XNAT-related modules: mlops.data modules moved to project template but not included in repository #10

@AgatheZ

Description

@AgatheZ

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions