Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersson committed Jul 13, 2024
1 parent 870f3d1 commit ff99e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepsensor/model/convnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ConvNP(DeepSensorModel):
Init kwargs passed to the `ConvNP` are passed to the `neuralprocesses.construct_convgnp` function
and can be used to specify hyperparameters (see parameter list below). In particular, the
`likelihood` parameter can be used to specify the likelihood of the model, which dictates
whether the model outputs marginal distributions at each target point (a ConvCNP) or a
whether the model outputs marginal distributions at each target point (a ConvCNP) or a
joint Gaussian distribution over all target points (a ConvGNP). By default a ConvCNP
with Gaussian likelihoods is constructed.
Expand Down

0 comments on commit ff99e91

Please sign in to comment.