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 want to use a ProductKernelwith the same base kernel but with different parameters.
As suggested suggested in #747 ProductStructureKernel is the way to go by setting ard_nums_dims on a base kernel.
My understanding is that if I set ard_nums_dims=D in the base kernel and num_dims=1 or num_dims=D in the ProductStructureKernel, the ProductStructureKernel will either do nothing or create a product of D base kernels each with D dimensions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use a
ProductKernelwith the same base kernel but with different parameters.As suggested suggested in #747
ProductStructureKernelis the way to go by settingard_nums_dimson a base kernel.My understanding is that if I set
ard_nums_dims=Din the base kernel andnum_dims=1ornum_dims=Din theProductStructureKernel, theProductStructureKernelwill either do nothing or create a product ofDbase kernels each withDdimensions.Beta Was this translation helpful? Give feedback.
All reactions