avalanche.training.ExemplarsSelectionStrategy

class avalanche.training.ExemplarsSelectionStrategy[source]

Base class to define how to select a subset of exemplars from a dataset.

__init__()

Methods

__init__()

make_sorted_indices(strategy, data)

Should return the sorted list of indices to keep as exemplars.