Forward transfer not showing for all future experiences #1590
Unanswered
michelaproietti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am using the function avalanche.evaluation.metrics.forward_transfer_metrics with experience=True. In the documentation, you say this "will return a metric able to log the forward transfer on each evaluation experience". From this sentence, I believe the function should return the forward transfer on each future task. However, by looking at the metrics I get after training on experience 0, I can only see the forward transfer on experience 1 (and not 2, 3, and 4 - I am doing experiments on SplitMNIST). Am I incorrectly interpreting the documentation or is there a particular parameter I missed that enables the computation of forward transfer on all future tasks?
I am currently using this functionality as described here.
Thank you for any guidance you will provide.
Beta Was this translation helpful? Give feedback.
All reactions