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
Description
Under avalanche/avalanche/benchmarks/utils.py des return type of as_classification_dataset is a "TaskAwareClassificationDataset" even if it returns a "ClassificationDataset" (See screenshot).
Expected behavior
Return a ClassificationDataset
Screenshot
The text was updated successfully, but these errors were encountered:
Description
Under avalanche/avalanche/benchmarks/utils.py 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 24](https://private-user-images.githubusercontent.com/74971169/392800785-6fcd0458-6865-4393-94a4-fa07edd8111b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MzU1MTMsIm5iZiI6MTczOTUzNTIxMywicGF0aCI6Ii83NDk3MTE2OS8zOTI4MDA3ODUtNmZjZDA0NTgtNjg2NS00MzkzLTk0YTQtZmEwN2VkZDgxMTFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDEyMTMzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJlZmQ3ODk5YjYwNzEwNzliYWQxOGZiNzRkODZjYjU4Y2M0NDBjOTI1ODQ2YTRhN2IwNjQ3NDBhNDgxODNjODMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.q0j4STkgC6aJFoVGUfQXpWyLE15sYK58siP73o59NmQ)
The text was updated successfully, but these errors were encountered: