avalanche.benchmarks.scenarios.CLExperience

class avalanche.benchmarks.scenarios.CLExperience(current_experience: int, origin_stream: CLStream[TCLExperience] | None)[source]

Base Experience.

Experiences have an index which track the experience’s position inside the stream for evaluation purposes.

__init__(current_experience: int, origin_stream: CLStream[TCLExperience] | None)[source]

Methods

__init__(current_experience, origin_stream)

eval()

Return inference experience.

logging()

Return logging experience.

no_attribute_masking()

train()

Return training experience.

Attributes

are_attributes_masked

current_experience

origin_stream