ZixuanKe / PyContinual

PyContinual (An Easy and Extendible Framework for Continual Learning)
300 stars 62 forks source link

args for iterative routing #24

Closed J4nn4 closed 1 year ago

J4nn4 commented 1 year ago

Hello,

in the code I found the implementation of iterative routing for capsules. Is it possible to start the CTR architecture with iterative routing? If so which parameters should be set in args to start this routing version? Do you happen to have some demo args available?

Thanks in advance!

ZixuanKe commented 1 year ago

Hi,

Thank you for your interest in our project.

Regarding "iterative routing", do you mean dynamic routing as described in the paper by Sabour et al., NeurIPS 2017? If you switch transfer routing in CTR to dynamic routing, it will result in B-CL, as noted in the ablation section of the CTR paper. B-CL is included in PyContinual so you can simply run B-CL for that particular setting.

I hope this helps.