Skip to content

Commit

Permalink
Update example reference (#3403)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Sep 28, 2024
1 parent 04c371f commit 2fdbff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyro/contrib/autoname/named.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
>>> obs = state.x.sample_(dist.Normal(loc, scale), obs=z)
For deeper examples of how these can be used in model code, see the
`Tree Data <https://github.com/pyro-ppl/pyro/blob/dev/examples/contrib/named/tree_data.py>`_
`Tree Data <https://github.com/pyro-ppl/pyro/blob/dev/examples/contrib/autoname/tree_data.py>`_
and
`Mixture <https://github.com/pyro-ppl/pyro/blob/dev/examples/contrib/named/mixture.py>`_
`Mixture <https://github.com/pyro-ppl/pyro/blob/dev/examples/contrib/autoname/mixture.py>`_
examples.
Authors: Fritz Obermeyer, Alexander Rush
Expand Down

0 comments on commit 2fdbff9

Please sign in to comment.