Skip to content

Commit

Permalink
create a datagroup class
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Dec 18, 2024
1 parent 1a84a2f commit 497ba0a
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 1,339 deletions.
3 changes: 3 additions & 0 deletions clinicadl/dictionary/words.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
CONFIG = "config"
COUNT = "count"
CUDA = "cuda"
DATA = "data"
DESCRIPTION = "description"
FOLD = "fold"
GROUPS = "groups"
ID = "id"
IMAGE = "image"
KFOLD = "k" + FOLD
LABEL = "label"
MAPS = "maps"
MEAN = "mean"
OBJECT = "object"
PARTICIPANT = "participant"
Expand Down
1 change: 1 addition & 0 deletions clinicadl/model/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .clinicadl_model import ClinicaDLModel
104 changes: 0 additions & 104 deletions clinicadl/predictor/config.py

This file was deleted.

Loading

0 comments on commit 497ba0a

Please sign in to comment.