"docs/git@developer.sourcefind.cn:OpenDAS/torch-scatter.git" did not exist on "2fcda71efa3e3a50a779ef6ee812c4282bfbf7f4"
Disable temperature scaling during training.
For the `GaussianProcessClassificationHead`, the temperature scaling needs to be disabled during training to avoid unexpected modification to the learning rate, which harms model quality. (Unfortunately, this seems to require adding `training` to the `call` method). Also set the default of `gp_cov_ridge_penalty` in `RandomFeatureGaussianProcess` to 1 to be consistent with that in the `GaussianProcessClassificationHead`. PiperOrigin-RevId: 366917075
Showing
Please register or sign in to comment