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
I think it should be possible to convert from clifford MVArray by simply calling .value on the array. This should give an array of the dense arrays under the hood. Currently in clifford I think this will only work for 1D arrays of multivectors, but it is definitely something we would like to work on
One thing that @eric-wieser and I were also discussing was building/converting the current clifford tools to be backend agnostic and work (hopefully) with any syntax compatible library
Could you please provide a version of pyTorch of TFGA? Because the pyTorch framework is used as the open source for many academic papers, we can hardly embde the TFGA into the open source code.
Create a module for interfacing with Clifford.
MVArray
to TFGAtf.Tensor
tf.Tensor
toMVArray
(or maybe that should be part of Clifford instead)The text was updated successfully, but these errors were encountered: