datasets
Description
Dataset handles and manipulation methods.
All datasets should be derived from
hybrid_learning.datasets.base.BaseDataset
which acts as Sequence
over tuples of (input, ground_truth)
.
This module implements a couple of useful
dataset handles (see
custom
)transformations (see
transforms
)cache handles (see
caching
)visualization helpers (see
data_visualization
)
Sub-modules
Wrapper dealing with generating and caching activation maps from a dataset. |
|
Basic dataset model. |
|
Base classes and implementations of cache handles. |
|
Custom handles for specific datasets. |
|
Helper functions for visualization and analysis of image datasets. |
|
Dataset modifier (encoder, decoder, transformations) and helper functions. |