Skip to content
Snippets Groups Projects
Commit e1946269 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[config.data] Fix module name (bis)

parent 71f23d03
No related branches found
No related tags found
No related merge requests found
Pipeline #83346 failed
...@@ -8,6 +8,6 @@ This remix dataset combines ``fold-0`` from Montgomery, Shenzhen, and Indian ...@@ -8,6 +8,6 @@ This remix dataset combines ``fold-0`` from Montgomery, Shenzhen, and Indian
datasets with ``v1-fold-0`` of TBX11k (healthy vs. active TB samples). datasets with ``v1-fold-0`` of TBX11k (healthy vs. active TB samples).
""" """
from mednet.config.data.montgomery_shenzhen_tbx11k.datamodule import DataModule from mednet.config.data.montgomery_shenzhen_indian_tbx11k.datamodule import DataModule
datamodule = DataModule("fold-0.json", "v1-fold-0.json") datamodule = DataModule("fold-0.json", "v1-fold-0.json")
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
"""Aggregated dataset composed of NIH CXR14 relabeld and PadChest (normalized) """Aggregated dataset composed of NIH CXR14 relabeld and PadChest (normalized)
datasets (no-tb-idiap split).""" datasets (no-tb-idiap split)."""
from mednet.config.data.nih_cx14_padchest.datamodule import DataModule from mednet.config.data.nih_cxr14_padchest.datamodule import DataModule
datamodule = DataModule("default.json.bz2", "no-tb-idiap.json.bz2") datamodule = DataModule("default.json.bz2", "no-tb-idiap.json.bz2")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment