pyro
pyro copied to clipboard
how do I fix it? "from pyro.optim import Adam" "NameError: name 'Adam' is not defined"
I am trying to run "from pyro.optim import Adam" , I get "NameError: name 'Adam' is not defined", how do I fix it?
You may want to print the output of the following
In [2]: import pyro
In [3]: pyro.__version__
Out[3]: '1.8.0'