assadRasheed

Results 5 issues of assadRasheed

Traceback (most recent call last): File "train_IAN_simple.py", line 112, in import CAcheckpoints ImportError: No module named CAcheckpoints

i have code which i have used for nengo for my classification task . it was working fine but now originating differnet errors .my code was written i year ago...

i am trying to run your code but got the error " no attribute with name subgroup" in Diehl&Cook_spiking_MNIST.py file remember i am trying to run code in brian2.

Trying to run cuda convenet using my own dataset in order to train my model . but got the following error .googled alot but failed to get answer. i am...

**i run the following code from Hunse repository t end of this code** ``` import nengo import nengo_ocl import numpy as np os.environ['PYOPENCL_COMPILER_OUTPUT'] = '1' from nengo_extras.data import load_cifar10 from...