Cox processes on GPU with very large datasets #1644
-
Hi all! I'm using the Pyro/GPyTorch low-level interface to implement a spatial Cox process, like here but in 2D. Is there a workaround for this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @flcello and GPytorch Team! BTW thanks for this great library, I love it, keep up the good work! This is no answer to your question @flcello , but rather the same problem. |
Beta Was this translation helpful? Give feedback.
-
@flcello and @MJimitater Since you are using variational inference, you can use a DataLoader (like in the SVGP example) to only load part of your data into memory at any given time. |
Beta Was this translation helpful? Give feedback.
@flcello and @MJimitater Since you are using variational inference, you can use a DataLoader (like in the SVGP example) to only load part of your data into memory at any given time.