Modification of the experience during training #1654
Unanswered
glezmartin
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 everyone,
I am trying to train a model with avalanche with a dataset created through avalanche tools. During training I need to alter the experience delivered to the model by adding a m-dimensional tensor to each of the n-dimensional observations of the batch of that experience. I have tried to access the information contained in the experience and I have not been able to do so. How can I make this modification on the experience?
The main idea would be to do this operation
where$o^i_t$ would be the i-th sample in the experience and $f_t$ would be the computed tensor that would be concatenated to $o^i_t$ resulting in a experience with n+m dimension samples.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions