-
Notifications
You must be signed in to change notification settings - Fork 13
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
Which versions to use? #26
Comments
To repeat what I said in your previous issue:
Please use the forum for asking these kinds of questions. This purpose of this GitHub repository ( In any case, if you are using the most recent versions of Nengo and Nengo-DL, then that is what is recommended. I don't think this is a version issue. It looks like See this example and this line in particular:
Also note that the first argument to |
Thank you for the support! |
Hi,
I just started out with Nengo and when installing all the packages it is not clear what versions should be used.
This is how you can reproduce my issue:
Execute pip install for nengo and nengo_dl and use some environment where you have matplotlib and numpy.
For me, this installed nengo 3.0, nengo-dl 3.2 and some tf version >=2.0.
Then, try executing this code:
(This is a notebook, but you can also treat it as a normal .py file I guess)
Then, when trying to run a simulation using the un-trained network, this error occurs ( I am not including the trace):
The text was updated successfully, but these errors were encountered: