-
## Issue description
I am consistently running into numerical issues when running fit_gpytorch_model(). I am normalizing the inputs and standardizing the outputs (as described in issue 160)
## Cod…
-
Related tp #625 but opening a new issue since that one was closed.
versions `torch/gpytorch/botorch 1.7.0-cpu/1.3.0/0.3.3`
Reproducible example
```
import math
import torch
import botorc…
-
Hello,
In **qualitative_validation_for_net**, I am always facing the error named as
```
TypeError: reco_net_from_test_file() takes 2 positional arguments but 4 were given
( in save_figure_for…
-
Hi,
I have forked my_project_with_aff3ct and modified the bootsrap example to try and implement a simple example of polar encoding/decoding. The following is my main function:
```
int main(int …
-
Hello! Would there be any interest in adding noise information to `Network`? It looks like some s2p files already include some noise information along with the scattering parameters. This would be use…
-
I understand TensorFlow only supports CUDA. What would need to be done to add in OpenCL support?
-
Great library - I am very interested in your heteroscedastic GPs, though I am also new to the methods.
I have looked at your thesis and tried running your demo code, "demo_sinc.m," and it looks li…
-
It would be helpful for the user to be able to display the next best-fitting template / spectrum, not just the best fit.
-
Hi there!
I've been working with @ClimbsRocks on using [auto_ml](https://github.com/ClimbsRocks/auto_ml) as a wrapper on top of lightgbm for a lot of our use cases at work. We're super excited tha…
-
Hello! I recently came across BoTorch and became very interested. I have been working for some years now with surrogate techniques such as Kriging to optimize expensive black-box functions. In my case…