Skip to content

What kind of tuning would be helpful for reaching great performance? #1656

Answered by jacobrgardner
MJimitater asked this question in Q&A
Discussion options

You must be logged in to vote

Have you tried your code in #1650 but with just learning the inducing point locations? I notice your code there uses learn_inducing_locations=False -- typically it's much better to learn the inducing point locations.

Additionally, increasing the number of epochs is very likely to help, especially if you decrease the learning rate at some point. 5 epochs is a pretty small amount of training. I'd recommend trying with 300 epochs, lowering the learning rate at least once during training (check out MultiStepLR in PyTorch), and learning the inducing point locations.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@MJimitater
Comment options

@MJimitater
Comment options

@gpleiss
Comment options

@MJimitater
Comment options

@MJimitater
Comment options

Answer selected by MJimitater
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants