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

'module' object has no attribute 'Conv2d' #84

Open
assadRasheed opened this issue Sep 26, 2018 · 1 comment
Open

'module' object has no attribute 'Conv2d' #84

assadRasheed opened this issue Sep 26, 2018 · 1 comment

Comments

@assadRasheed
Copy link

from https://github.com/hunse/cuda-convnet2/blob/master/run_nengo_gui.py
run_nengo.py", line 145, in build_layer
u = nengo.Node(nengo_extras.Conv2d(
AttributeError: 'module' object has no attribute 'Conv2d'

@tbekolay
Copy link
Member

This class was also moved, you can now access it with

from nengo_extras.convnet import Conv2d

It seems as though the docs online are still on version 0.2; these changes were made in 0.3. I'll make sure the docs get updated today. In the meantime, if you search this repository for classes that are not found you can see their new locations.

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

No branches or pull requests

2 participants