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

PNN adapter arguement missing in the _init_() method #1625 #1637

Closed Chillthrower closed 6 months ago

Chillthrower commented 7 months ago

The issue is due to the num_prev_modules attribute not being initialized in the LinearAdapter class within the PNN.py module.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8693966936

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
avalanche/models/pnn.py 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 8453173939: -0.001%
Covered Lines: 14863
Relevant Lines: 28721

💛 - Coveralls