Helper Module for Deep Learning.
Module that provides functions to prepare the metastasis dataset.
-
class
pynet.datasets.metastasis.Item(input_path, output_path, metadata_path)¶ -
property
input_path¶ Alias for field number 0
-
property
metadata_path¶ Alias for field number 2
-
property
output_path¶ Alias for field number 1
-
property
-
pynet.datasets.metastasis.fetch_metastasis(datasetdir='/neurospin/radiomics_pub/workspace/metastasis_dl/data')[source]¶ Fetch/prepare the metastatis dataset for pynet.
- Parameters
datasetdir: str
the dataset destination folder.
- Returns
item: namedtuple
a named tuple containing ‘input_path’, ‘output_path’, and ‘metadata_path’.
Follow us
© 2019, pynet developers .
Inspired by AZMIND template.
Inspired by AZMIND template.