Skip to content

Instantly share code, notes, and snippets.

@taku-y
Last active March 31, 2017 10:31
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save taku-y/b4da34be310718a6ea02 to your computer and use it in GitHub Desktop.
Save taku-y/b4da34be310718a6ea02 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@p9anand
Copy link

p9anand commented Jul 4, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment