gaudetcj / DeepQuaternionNetworks

Code for Deep Quaternion Networks
MIT License
55 stars 11 forks source link

Pytorch Implementation? #5

Closed shreyaskamathkm closed 4 years ago

shreyaskamathkm commented 4 years ago

Hi,

Do you have a pytorch implementation of this code? It would be very helpful even if you have a base code?

Thank you.

gaudetcj commented 4 years ago

Sorry for long response time, but here is a PyTorch repo from another person researching quaternion networks

https://github.com/Orkis-Research/Pytorch-Quaternion-Neural-Networks

EdoardoCicero commented 3 years ago

Hi, i know this is closed but since the repository of TParcollet that you posted doesn't have your quaternion batch normalization in PyTorch do you have any plan to implement it in that framework? I'm trying to do it but i'm new to pytorch and i'm having doubts about what i'm doing.

Thank you.

shreyaskamathkm commented 3 years ago

Hi,

Please take a look at this. They have a quaternion batch norm implementation.

Thank you,