nobrainer.dataset.Dataset
wraps tf.data.Dataset
and provides standard functionality
#254
Labels
nobrainer.dataset.Dataset
wraps tf.data.Dataset
and provides standard functionality
#254
Currently, the various methods of
nobrainer.dataset.Dataset
for loading data return a rawtf.data.Dataset
, even though thenobrainer.processing
API expectsnobrainer
-specific members (e.g.,volume_shape
) when training. Instead, users should work with anobrainer.dataset.Dataset
directly, which could extend or maintain an internaltf.data.Dataset
.This would solve #244, and be consistent with the paradigm of the
nobrainer.processing.base.BaseEstimator
's treatment of the model.The text was updated successfully, but these errors were encountered: