Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
albertpod committed Apr 12, 2024
1 parent 39755b0 commit 7f5071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manuals/model-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ prespecified `variance` hyperparameter.
`length(y)` can be called only if `y` has an associated data with it. This is not always the case, for example it is possible to instantiate the
model lazily before the data becomes available. In such situations, `length(y)` will throw an error.

### [hyperparameters](@id user-guide-model-specification-hyperparameters)
### [Hyperparameters](@id user-guide-model-specification-hyperparameters)

Any constant passed to a model as a model argument will be automatically converted to a corresponding constant node in the model's graph.

Expand Down

0 comments on commit 7f5071d

Please sign in to comment.