-
Notifications
You must be signed in to change notification settings - Fork 42
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] rehearsal example clarification regarding train/valid splits #289
Comments
Hi @kirk86 ,
The taskset contains all the samples of the current task. I hope those answers helps :) |
Hi @TLESORT,
I think so because
I didn't quite get the first part of using the separate memory buffer for validation, I'll add your suggested changes below to the MWE and let me know if there's a misunderstanding on my part.
Could you also illustrate what you meant with |
In the rehearsal example there's the following template:
How does that change if we add train/valid splits?
If$\neq$
unshuffled_loader
usesdataset_train
thenlen(features)
len(scenario[task_id].get_raw_samples()[0])
.Another question, is do we need to add samples into memory buffer from both train and valid samples or just train samples? Because, in my understanding the taskset contains all samples before the train/valid split, right?
The text was updated successfully, but these errors were encountered: