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
Hi, I am trying to use QuaternionicConv but I am not able to understand the input to the network. How the r, i , j , and k components of the data are given to the network.
As per my interpretation data should have four channels to represent the quaterionic numbers [[ r],[I],[j],[k]] -
So for Conv1d it becomes batchsize, input channel , sequence length where input_channel should be 4.
Pls, provide explanation how to represent data for your implementation QuaterionicConv and QuaterionicLinear.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use QuaternionicConv but I am not able to understand the input to the network. How the r, i , j , and k components of the data are given to the network.
As per my interpretation data should have four channels to represent the quaterionic numbers [[ r],[I],[j],[k]] -
So for Conv1d it becomes batchsize, input channel , sequence length where input_channel should be 4.
Pls, provide explanation how to represent data for your implementation QuaterionicConv and QuaterionicLinear.
The text was updated successfully, but these errors were encountered: