You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
🔥 Current Behavior
when importing
streamgen.streams
, the imports offrom 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
The text was updated successfully, but these errors were encountered: