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
One of this problem comprises a bug, which gives the following error when calling classes_in_this_experience on an experience. The same bug already happened for class_incremental_benchmark in combination with benchmark_with_validation_stream (here I am also using benchmark_with_validation_stream).
AttributeError: 'DatasetExperience' object has no attribute 'classes_in_this_experience'
Otherwise, these are just general things about this method make it unusable. Ideally, when calling this, I would like to do something like this:
You can add the class timeline after creating the benchmark. new_instances_benchmark needs to work for methods that don't have class labels, and this is why it doesn't add them.
I agree with the verbosity of the dataset API, and we can work on that. However, that is a separate issue.
Did you check the FZTH notebook? It describes the updated API. If you have some doubts it would to expand that to clarify the API.
🐛 Describe the bug
One of this problem comprises a bug, which gives the following error when calling classes_in_this_experience on an experience. The same bug already happened for class_incremental_benchmark in combination with benchmark_with_validation_stream (here I am also using benchmark_with_validation_stream).
Otherwise, these are just general things about this method make it unusable. Ideally, when calling this, I would like to do something like this:
However, if I want to get it work, I currently have to do something like this
The text was updated successfully, but these errors were encountered: