avalanche.benchmarks.scenarios.ExModelExperience
- class avalanche.benchmarks.scenarios.ExModelExperience(expert_model: Module, current_experience: int, origin_stream: CLStream, classes_in_this_experience=None)[source]
Ex-Model CL Experience.
The experience only provides the expert model. The original data is not available.
- __init__(expert_model: Module, current_experience: int, origin_stream: CLStream, classes_in_this_experience=None)[source]
Methods
__init__(expert_model, current_experience, ...)eval()Return inference experience.
logging()Return logging experience.
no_attribute_masking()train()Return training experience.
Attributes
are_attributes_maskedcurrent_experienceorigin_stream