Abhi
Abhi
A widely used kernel is Gibbs' covariance function given by [(4.32)](http://www.gaussianprocess.org/gpml/chapters/RW4.pdf), e.g. with a [modified tanh lengthscale](https://gptools.readthedocs.io/en/latest/gptools.kernel.html). Would it be possible to have this kernel implemented in GPyTorch? It would...
Running `inference.py` appears to work as expected on the provided example, i.e. `python -m inference --protein_ligand_csv data/protein_ligand_example_csv.csv --out_dir results/user_predictions_small --inference_steps 20 --samples_per_complex 40 --batch_size 10 --actual_steps 18 --no_final_step_noise` but when...