Skip to content

Add support for GPyTorch

Daniel Williams requested to merge gpytorch into master

GPyTorch is a GPR library which is built on the popular PyTorch machine learning library, which allows for accelerated computation using both automatically calculated gradient information and also CUDA hardware acceleration.

To Do List

  • Add unittest tests.
  • Add prototype model using heron training data.
  • Update documentation.
  • Add training interface to the model
  • Conduct accuracy tests.
Edited by Daniel Williams

Merge request reports