You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
The text was updated successfully, but these errors were encountered: