Last active
June 9, 2018 18:14
-
-
Save tigershen23/bd8065610b4d1f3ede8eb45cb351410f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import pyro | |
import pyro.distributions as dist | |
from pyro.infer import SVI, Trace_ELBO | |
from pyro.optim import Adam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment