cornellius-gp / gpytorch

A highly efficient implementation of Gaussian Processes in PyTorch
MIT License
3.52k stars 553 forks source link

Convolutional Kernel #2198

Open Schobs opened 1 year ago

Schobs commented 1 year ago

πŸš€ Feature Request

Implementation of a convolutional kernel in pytorch like this paper.

Motivation

Is your feature request related to a problem? Please describe. No convolutional kernel in gpytorch, only gpflow!

Pitch

Describe the solution you'd like Implementation of convolutional kernel

Describe alternatives you've considered Using GPflow

Are you willing to open a pull request? (We LOVE contributions!!!)

Additional context

gpleiss commented 1 year ago

This would be a great feature! Any chance you'd be willing to submit a PR?

Schobs commented 1 year ago

I just might do, you know! Don't hold me to it but I'd like to. :)

sazio commented 9 months ago

Hey @Schobs and @gpleiss is there any advancement with this? :)

Schobs commented 9 months ago

Hey, no but if you check my repo medimarker I have got the tensorflow version working with PyTorch training loop. It’s quite hacky but it might be helpful for you.

On Sat, 2 Dec 2023 at 20:00, Simone Azeglio @.***> wrote:

Hey @Schobs https://github.com/Schobs and @gpleiss https://github.com/gpleiss is there any advancement with this? :)

β€” Reply to this email directly, view it on GitHub https://github.com/cornellius-gp/gpytorch/issues/2198#issuecomment-1837240918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFYSMIZYFJP73CXTDO3GCMLYHOCFNAVCNFSM6AAAAAASGX77ZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGI2DAOJRHA . You are receiving this because you were mentioned.Message ID: @.***>

sazio commented 9 months ago

Thanks a lot ! :)