Skip to content
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

About initializing learnable parame φi and ηi #45

Open
zjy359 opened this issue Aug 18, 2022 · 4 comments
Open

About initializing learnable parame φi and ηi #45

zjy359 opened this issue Aug 18, 2022 · 4 comments

Comments

@zjy359
Copy link

zjy359 commented Aug 18, 2022

QQ截图20220818102508
hello! in Algorithm 1 -Lines3,I want to kown how to update φi and ηi by φi-1 and ηi-1,could you enjoy a pecific methods?
And others, In i-th phase,plastic blocks will learn new parameter by novel data,so this new paramter how to merge with stable blocks in i+1-th phase?

Thank you!!!

@yaoyao-liu
Copy link
Owner

yaoyao-liu commented Aug 18, 2022

Hi @zjy359

Thanks for your interest in our work!

For your Q1: At the beginning of each phase, we directly use the old model to initialize the current-phase model. i.e., letting φi=φi-1 and ηi=ηi-1.

For your Q2: we don't merge the stable and plastic branches. We train them separately.

If you have any further questions, please do not hesitate to contact me.

Best,

Yaoyao

@zjy359
Copy link
Author

zjy359 commented Aug 18, 2022 via email

@yaoyao-liu
Copy link
Owner

@zjy359

In each phase, we update both plastic and stable branches with new data and old exemplars. The stable branch tends to keep more knowledge because it uses a different architecture.

If you have any further questions, please do not hesitate to contact me.

Best,

Yaoyao

@zjy359
Copy link
Author

zjy359 commented Aug 19, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants