avalanche.training.RandomExemplarsSelectionStrategy

class avalanche.training.RandomExemplarsSelectionStrategy[source]

Select the exemplars at random in the dataset

__init__()

Methods

__init__()

make_sorted_indices(strategy, data)

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