Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 592 Bytes

parameters.rst

File metadata and controls

17 lines (14 loc) · 592 Bytes

Parameters

Parameters in Pyro are basically thin wrappers around PyTorch Tensors that carry unique names. As such Parameters are the primary stateful objects in Pyro. Users typically interact with parameters via the Pyro primitive pyro.param. Parameters play a central role in stochastic variational inference, where they are used to represent point estimates for the parameters in parameterized families of models and guides.

ParamStore

pyro.params.param_store