Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot import TUpleNode from autograd.container_types #11

Open
aubreychen9012 opened this issue Aug 3, 2017 · 2 comments
Open

cannot import TUpleNode from autograd.container_types #11

aubreychen9012 opened this issue Aug 3, 2017 · 2 comments

Comments

@aubreychen9012
Copy link

I was trying to import svae.svae and got the error:

Traceback (most recent call last):
File "", line 1, in
File "svae/svae.py", line 5, in
from util import split_into_batches, get_num_datapoints
File "svae/util.py", line 12, in
from autograd.container_types import TupleNode, ListNode
ImportError: cannot import name TupleNode

and checked autograd.container_types, this TupleNode is not available there, or did I miss something? Thanks for any help.

@mattjj
Copy link
Owner

mattjj commented Aug 6, 2017

I think this is probably related to the fact that this code requires an old version of autograd (see the readme).

By the way, I'm working on a newer version of this code (which will also fix some headaches and bugs in this version), but I'm not sure when I'll be able to open-source it. Maybe in the next month or two!

@anthonygualandri
Copy link

Hi Matt, just checking to see if the newer version referred to above is still in the works and how far you are from completing it if it is. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants