ContinualAI / ContinualAI/avalanche
flaky LwF test
Open
bug
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
We have an LwF test which fails every now and then.
```
======================================================================
FAIL: test_lwf (training.test_regularization.TestLwF)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/__w/avalanche/avalanche/tests/training/test_regularization.py", line 45, in test_lwf
assert loss > 0.0
AssertionError
```
The python version is not important (I've seen it fails both in 3.9 and 3.10.
@AndreaCossu do you have any idea of what's the issue here?
Contributor guide
Assessment
This issue has not been assessed yet.