Skip to content

Commit

Permalink
Merge pull request #2571 from partev/patch-3
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
Balandat authored Aug 23, 2024
2 parents 77fbb9d + 67097c2 commit 44993ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/00_Basic_Usage/Implementing_a_custom_Kernel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"source": [
"### Adding hyperparameters\n",
"\n",
"Althogh the `FirstSincKernel` can be used for defining a model, it lacks a parameter that controls the correlation length. This lengthscale will be implemented as a hyperparameter. See also the [tutorial on hyperparamaters](https://docs.gpytorch.ai/en/latest/examples/00_Basic_Usage/Hyperparameters.html), for information on raw vs. actual parameters.\n",
"Although the `FirstSincKernel` can be used for defining a model, it lacks a parameter that controls the correlation length. This lengthscale will be implemented as a hyperparameter. See also the [tutorial on hyperparamaters](https://docs.gpytorch.ai/en/latest/examples/00_Basic_Usage/Hyperparameters.html), for information on raw vs. actual parameters.\n",
"\n",
"The parameter has to be registered, using the method `register_parameter()`, which `Kernel` inherits from `Module`. Similarly, we register constraints and priors."
]
Expand Down

0 comments on commit 44993ef

Please sign in to comment.