Reimplementing DualNet using Avalanche #909
Unanswered
zafstojano
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @zaf-stojano! Thanks for your question. We have an in-depth tutorial on how to handle replay in Avalanche. There are a few data loaders already implemented that may help you in what you are trying to achieve. Let us know if something is still unclear! :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Dear Avalanche community,
I hope you are doing great.
This might be a newbie question, but I need your help. I would like to implement DualNet(https://arxiv.org/abs/2110.00175) using Avalanche, and I am trying to first think through the necessary components that I would need.
Given the open-source implementation of the method (https://github.com/phquang/DualNet), I believe I need to achieve the following:
My question is related to step 1.
What is the best way to implement a Reservoir to store the triplets (x,y,t), given the requirements of step 2 (separability)?
Beta Was this translation helpful? Give feedback.
All reactions