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

[qa] Fixes

parent 2106aa2a
No related branches found
No related tags found
1 merge request!13Rename package from ptbench -> mednet (closes #46)
...@@ -8,6 +8,8 @@ This remix dataset combines ``fold-0`` from Montgomery, Shenzhen, and Indian ...@@ -8,6 +8,8 @@ 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_indian_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")
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