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 number of parameters #3

Open
gaogg opened this issue Aug 11, 2020 · 1 comment
Open

About number of parameters #3

gaogg opened this issue Aug 11, 2020 · 1 comment

Comments

@gaogg
Copy link

gaogg commented Aug 11, 2020

Thanks for your work and code.
I‘m a bit confusing after reading the code. I'd like to know whether the mask and piggymask are different thing, the former works for pruning and the latter works for picking weights for fine-tuning, and they both have to be saved for inference, right?

@gaogg gaogg closed this as completed Aug 11, 2020
@gaogg gaogg reopened this Aug 11, 2020
@HaoranZhuExplorer
Copy link

Yes, I think the mask and the piggymask are two things. The mask is used for getting the network for previous tasks; the piggymask is used for picking useful neurons for the current task from previous tasks by using the piggyback approach.

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