Base strategies (LwF, Native) do not advance to the next experience after evaluating on the first experience #439
Answered
by
JothamWong
JothamWong
asked this question in
Q&A
Replies: 2 comments 19 replies
-
Could you provide the main script (with the main loop over experiences etc.) so we can have a look? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi here is the main script. When I use my own custom strategy, it works fine, and the next experience is reached. |
Beta Was this translation helpful? Give feedback.
19 replies
Answer selected by
vlomonaco
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 am using the standard template from Avalanche's tutorial page "Putting it all together" found here https://avalanche.continualai.org/from-zero-to-hero-tutorial/6.-putting-all-together
I am looping through the scenario's train stream which has 8 experiences
The issue arises when I use one of the base strategies included in the Avalanche framework. The strategies that I have tried to use are LwF and Native.
What happens is that the strategy will train and evaluate fine, it will print the results to the standard output, and then just pause there. I have included a print statement after the strategy.eval line but it never prints.
I have tried to reproduce this issue with a strategy that I have implemented myself and it works fine, after the eval results are printed, it moves onto the next experience.
I'm hoping someone could help me find out the cause of this issue.
Beta Was this translation helpful? Give feedback.
All reactions