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

[data.nih_cxr14] Fix comments

parent 86356b3e
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
......@@ -18,7 +18,7 @@ from ..typing import Sample
class RawDataLoader(_BaseRawDataLoader):
"""A specialized raw-data-loader for the Montgomery dataset.
"""A specialized raw-data-loader for the NIH CXR-14 dataset.
Attributes
----------
......@@ -110,7 +110,7 @@ class RawDataLoader(_BaseRawDataLoader):
def make_split(basename: str) -> DatabaseSplit:
"""Returns a database split for the Montgomery database."""
"""Returns a database split for the NIH CXR-14 database."""
return JSONDatabaseSplit(
importlib.resources.files(__name__.rsplit(".", 1)[0]).joinpath(basename)
......
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