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

Single head or multihead task incremental #27

Closed
COD1995 opened this issue Oct 10, 2023 · 1 comment
Closed

Single head or multihead task incremental #27

COD1995 opened this issue Oct 10, 2023 · 1 comment

Comments

@COD1995
Copy link

COD1995 commented Oct 10, 2023

Hi, there

Is this experiment on task incremental single head or multi head?

Thanks

@GMvandeVen
Copy link
Owner

Hi, in the accompanying article, most experiments in the task-incremental learning scenario use a multi-headed output layer. Exception are experiments in Supplemantary Note 7, in which there are experiments in the task-incremental learning scenario that use a single-headed output layer.
In the code, when you select the task-incremental learning scenario (using --scenario=task), by default a multi-headed output layer will be used, but in this scenario you can instead use a single-headed output layer by additionally using the option --singlehead.
Note that experiments in the domain- or class-incremental learning scenario always use a single-headed output layer.
Hope this helps!

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