-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Bug Report
🔥 Current Behavior
when importing streamgen.streams
, the imports of from avalanche.benchmarks.utils import as_classification_dataset
cause an import error due to a mistake in the version constraints.
I checked the responsible torchcv
packe and it does not adhere to the necesary standards to solve this issue with a reasonable amount of effort.
Because I do not want to wait for the fix and since the avalanche helper mehtods only provide application-specific starting points, I decided to exclude them temporarily.
✨ Expected Behavior
I want from avalanche.benchmarks.utils import as_classification_dataset
to work on a fresh install 😅
💻 Reproducing the Bug
In the environment, simply call from avalanche.benchmarks.utils import as_classification_dataset
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working