Kilian Obermeier

Results 2 issues of Kilian Obermeier

Dear uncertainty-baseline authors, I am trying to run the SNGP training on ImageNet using [uncertainty-baselines/baselines/imagenet/sngp.py](https://github.com/google/uncertainty-baselines/blob/master/baselines/imagenet/sngp.py). It errors during the execution of the first training step with the following message: ```...

Why is the `linear_forgetting` parameter never used in the [`tpe.suggest` function](https://github.com/hyperopt/hyperopt/blob/master/hyperopt/tpe.py#L822)? How can I change the linear forgetting parameter used by TPE?