avalanche icon indicating copy to clipboard operation
avalanche copied to clipboard

Avalanche: an End-to-End Library for Continual Learning based on PyTorch.

Results 182 avalanche issues
Sort by recently updated
recently updated
newest added

In logging/wandb_logger.py, which define the wandblogger, line 178 and 190, it uses wandb.viz. However, I run the code example for wandblogger and constantly get error message like "module 'wandb' has...

bug

**Description** Under [avalanche/avalanche/benchmarks/utils.py](https://github.com/ContinualAI/avalanche/blob/625e46d9203878ed51457f6d7cd8d4e9fb05d093/avalanche/benchmarks/utils/utils.py#L202) des return type of `as_classification_dataset` is a "TaskAwareClassificationDataset" even if it returns a "ClassificationDataset" (See screenshot). **Expected behavior** Return a `ClassificationDataset` **Screenshot** ![Bildschirmfoto 2024-12-05 um 12 48...

bug