Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding the average and last accuracy. #29

Closed
vgthengane opened this issue Nov 29, 2022 · 1 comment
Closed

Question regarding the average and last accuracy. #29

vgthengane opened this issue Nov 29, 2022 · 1 comment

Comments

@vgthengane
Copy link

Dear authors,

Thank you for open-sourcing your work. I am slightly confused about the metrics you guys used for the evaluation. Here is my understanding from your readme.

  1. accuracy_n: accuracy evaluation on only the n-th task after training for the n-th task.
  2. forgetting: Average forgetting up until the current task.
  3. avg_acc: Average evaluation accuracy after training for the n-th task.
for (3), after training for the n-th task, we got,
acc_per_task = [a1, a2,...an];
avg_acc = average(acc_per_task);

Is it right?

@KingSpencer
Copy link
Collaborator

Yeah, I think your understanding is correct:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants