You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have developed which depends on categorical distributions however, I am unable to obtain posterior samples. When running the code define in "Code snippet", I would expect an output of the form: {"oil":[torch.tensor(0),...]}
Environment
For any bugs, please provide the following:
OS and python version: GoogleCollab, Python 3.10
PyTorch version, or if relevant, output of pip freeze.: 2.2.1
Issue Description
I have developed which depends on categorical distributions however, I am unable to obtain posterior samples. When running the code define in "Code snippet", I would expect an output of the form:
{"oil":[torch.tensor(0),...]}
Environment
For any bugs, please provide the following:
pip freeze
.: 2.2.1python -c 'import pyro; print pyro.__version__'
: 1.9.0Code Snippet
The text was updated successfully, but these errors were encountered: