ContinualAI / avalanche

Avalanche: an End-to-End Library for Continual Learning based on PyTorch.
http://avalanche.continualai.org
MIT License
1.79k stars 292 forks source link

Unable to import Experience #1640

Open BVChandrahaas opened 7 months ago

BVChandrahaas commented 7 months ago

i tried to import Experience function through this from avalanche.training import Experience But its giving error: NameError: name 'Experience' is not defined How to fix this?