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

Batchnorm Implemenatation? #6

Open
shreyaskamathkm opened this issue Dec 22, 2019 · 6 comments
Open

Batchnorm Implemenatation? #6

shreyaskamathkm opened this issue Dec 22, 2019 · 6 comments

Comments

@shreyaskamathkm
Copy link

Hi,

I was planning to test a few deep networks and was wondering if you have any implementation for the quaternion batch norm? Or any suggestion on how to implement it?
It would be of great help.

Thank you,
Best,
Shreyas Kamath

@Sahel13
Copy link

Sahel13 commented Oct 8, 2021

Hi,

I am also interested in this. Did you figure out a method?

@shreyaskamathkm
Copy link
Author

@Sahel13 Please take a look at this.

@Sahel13
Copy link

Sahel13 commented Jan 26, 2022

@shreyaskamathkm That implementation of quaternion batchnorm looks quite different from the one introduced here, which requires Cholesky decomposition. Do you know of a reference for that implementation?

@TParcollet
Copy link
Contributor

Yes this one is different. The original one introduced in the papers simply is too computationally intensive. This implementation originate from a paper by D. Comminiello I believe.

@TParcollet
Copy link
Contributor

My mistake, the reference is: Quaternion Convolutional Neural Network for
Color Image Classification and Forensics

@Sahel13
Copy link

Sahel13 commented Feb 7, 2022

Thanks for the reference.

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

3 participants