Skip to content

Question about new_instance & new_class benchmark #761

Answered by vlomonaco
ElvishElvis asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ElvishElvis!

Your question is indeed very relevant since this may be a confusion point worth clarifying in the documentation in the future. For your specific use-case I'd suggest to use the lower-level "dataset_benchmark" generator that is only partially documented cause it is just a rename of this method. This method accepts a list of AvalancheDatasets where you'll be able to setup eventual "task" labels and are pretty much agnostic to the pytorch dataset content.

Alternatively you can use the nc_benchmark generator as done here for the RotatedMNIST benchmark but keep in mind that the nc_benchmark was designed with a different objective in mind (split a dataset based on the class inf…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ElvishElvis
Comment options

Answer selected by ElvishElvis
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants