Why is larger GPU memory required for GridInterpolationKernel in 3-dimensional space? #2638
Unanswered
hanyang-hu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using DKL combined with KISS-GP and monitoring GPU usage during my experiments. With the same dataset, setting the feature dimension to 2 results in consistently low GPU memory usage. However, when I increase the feature dimension to 3, I observe a significant increase in memory consumption. Is this behavior expected, or might there be an underlying issue? Any insights would be appreciated.
Just to complement: for the 2D case, my grid size is 100 (so supposedly 10000 inducing points); for the 3D case, my grid size is 16 (so supposedly 4096 inducing points).
Beta Was this translation helpful? Give feedback.
All reactions