-
Notifications
You must be signed in to change notification settings - Fork 54
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
Comments
Hi, I am also interested in this. Did you figure out a method? |
@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? |
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. |
My mistake, the reference is: Quaternion Convolutional Neural Network for |
Thanks for the reference. |
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
The text was updated successfully, but these errors were encountered: