Skip to content

The definition of a replay buffer exempler #4

@thkimYonsei

Description

@thkimYonsei

I also want to clarify one more thing about the rule of the competition.

It says we can only store up to 200 exemplers into replay buffer from previous experiences.
Then how are you going to count the number of exemplers in the buffer?

For example, if I store output feature from a certain convolution layer and output logit from a prediction head of a single image, will it be counted as 2 exemplers stored, or counted as 1 exempler that is a tuple of (feature, logit)?

Also, if I keep the average loss of each trained (seen) class, will it be counted as storing N (the number of seen classes) exemplers, or just counted as one exempler that is the list of mean value?

Moreover, is the previous model from the previous experience counted as a single exempler? Or does it treated as it is not in memory buffer?

I hope I can figure it out.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions