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

How to transport or fuse between two biases? #4

Open
BossunWang opened this issue Dec 4, 2021 · 1 comment
Open

How to transport or fuse between two biases? #4

BossunWang opened this issue Dec 4, 2021 · 1 comment

Comments

@BossunWang
Copy link

Hi expert,
Nice work and novel view to use OT method.
As you mentioned on your paper "The bias of a neuron is set to zero in all of the experiments. It is possible to handle
it as a regular weight by keeping the corresponding input as 1" .
Do you have any new version to handle fusion of bias over this years?
Or How to do a regular weight by keeping the corresponding input as 1?

@sidak
Copy link
Owner

sidak commented Mar 7, 2022

Hi,

Thanks for your interest and kind words. I have been wanting to support this, but haven't found time. One option is to simply apply the permutations maps obtained by aligning the weight matrices for a layer and use that to align the bias parameters as well (hit the bias vector by the corresponding permutation matrix).

However, it would also be nice to develop a version that makes use of the bias parameters while finding the alignment itself. Feel free to share your experience, perhaps with a patch, handling this :)

(I also foresee getting back to this sometime very soon, so I will push my update too)

Best,
Sidak

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