Last active
March 31, 2017 10:31
-
-
Save taku-y/b4da34be310718a6ea02 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting following error:
TypeError: list object is not an iterator
Please help.
Traceback (most recent call last):
File "/home/pbadmin/PrakashBackup/D_drive/NewMotorPPL/baysian.py", line 37, in
total_size=total_size
File "/usr/local/lib/python2.7/dist-packages/pymc3/variational/advi.py", line 180, in advi_minibatch
uw_i, g, e = f(*next(minibatches))
TypeError: list object is not an iterator