Difficulties getting results after testing #1592
Unanswered
ReemSharwalla
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
Uh oh!
There was an error while loading. Please reload this page.
-
I follow these steps on my model
---- 1a) using the naive strategy the normal way starting from experience 1 to 6 --> append to test_result_1 (since I have 7 experiences and 7 tasks I expect 49 entries from accuracy metric) and got 49 entries.
-----1b) using the EWC strategy the normal way starting from experience 1 to 6 --> append to test_result_2 (since I have 7 experiences and 7 tasks I expect 49 entries from accuracy metric) but got 91 entries.
test_result_1 makes totally sense becaue TOTALLY I trained on experiences (0-6) and tested on the seven experiences in the training loop and got 49 entries.
But test_result_2 doesn't I did the same but used another strategy. I should get the same entries.
I will be thankful if someone could help me
Beta Was this translation helpful? Give feedback.
All reactions