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

Fix module name data.config -> config.data

parent 3138c707
No related branches found
No related tags found
1 merge request!13Rename package from ptbench -> mednet (closes #46)
...@@ -9,7 +9,7 @@ datasets with ``v2-fold-6`` of TBX11k (healthy, sick and latent TB vs. active ...@@ -9,7 +9,7 @@ datasets with ``v2-fold-6`` of TBX11k (healthy, sick and latent TB vs. active
TB samples). TB samples).
""" """
from mednet.data.config.montgomery_shenzhen_indian_tbx11k.datamodule import ( from mednet.config.data.montgomery_shenzhen_indian_tbx11k.datamodule import (
DataModule, DataModule,
) )
......
...@@ -9,7 +9,7 @@ datasets with ``v2-fold-7`` of TBX11k (healthy, sick and latent TB vs. active ...@@ -9,7 +9,7 @@ datasets with ``v2-fold-7`` of TBX11k (healthy, sick and latent TB vs. active
TB samples). TB samples).
""" """
from mednet.data.config.montgomery_shenzhen_indian_tbx11k.datamodule import ( from mednet.config.data.montgomery_shenzhen_indian_tbx11k.datamodule import (
DataModule, DataModule,
) )
......
...@@ -9,7 +9,7 @@ datasets with ``v2-fold-8`` of TBX11k (healthy, sick and latent TB vs. active ...@@ -9,7 +9,7 @@ datasets with ``v2-fold-8`` of TBX11k (healthy, sick and latent TB vs. active
TB samples). TB samples).
""" """
from mednet.data.config.montgomery_shenzhen_indian_tbx11k.datamodule import ( from mednet.config.data.montgomery_shenzhen_indian_tbx11k.datamodule import (
DataModule, DataModule,
) )
......
...@@ -9,7 +9,7 @@ datasets with ``v2-fold-9`` of TBX11k (healthy, sick and latent TB vs. active ...@@ -9,7 +9,7 @@ datasets with ``v2-fold-9`` of TBX11k (healthy, sick and latent TB vs. active
TB samples). TB samples).
""" """
from mednet.data.config.montgomery_shenzhen_indian_tbx11k.datamodule import ( from mednet.config.data.montgomery_shenzhen_indian_tbx11k.datamodule import (
DataModule, DataModule,
) )
......
...@@ -9,7 +9,7 @@ and Indian datasets with ``v2-others-vs-atb`` of TBX11k (healthy, sick and ...@@ -9,7 +9,7 @@ and Indian datasets with ``v2-others-vs-atb`` of TBX11k (healthy, sick and
latent TB vs. active TB samples). latent TB vs. active TB samples).
""" """
from mednet.data.config.montgomery_shenzhen_indian_tbx11k.datamodule import ( from mednet.config.data.montgomery_shenzhen_indian_tbx11k.datamodule import (
DataModule, DataModule,
) )
......
...@@ -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.data.config.nih_cx14_padchest.datamodule import DataModule from mednet.config.data.nih_cx14_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