You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code in QuaternionLinear() splits 1d input data into R,I,J,K part , but when we want to do some task on images e.x.MNIST dataset size = ([1,784]), it's weird to operate pixels like this, if I want to make each pixel as quaternion , how should I change the code?
Thank you
Chen
The text was updated successfully, but these errors were encountered:
Dear author,
the code in QuaternionLinear() splits 1d input data into R,I,J,K part , but when we want to do some task on images e.x.MNIST dataset size = ([1,784]), it's weird to operate pixels like this, if I want to make each pixel as quaternion , how should I change the code?
Thank you
Chen
The text was updated successfully, but these errors were encountered: