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

CUDAMatrix Attribute error #6

Open
madhavsund opened this issue Oct 21, 2015 · 2 comments
Open

CUDAMatrix Attribute error #6

madhavsund opened this issue Oct 21, 2015 · 2 comments

Comments

@madhavsund
Copy link

File "runNNet.py", line 250, in
run()
File "runNNet.py", line 182, in run
SGD.run(data_dict, alis, keys, sizes)
File "/home/lts/stanford-ctc/ctc_fast/sgd.py", line 97, in run
cost,grad,skip = self.model.costAndGrad(mb_data,mb_labels)
File "/home/lts/stanford-ctc/ctc_fast/nnets/brnnet.py", line 158, in costAndGrad
self.hActsBack.minmax(0.0,self.maxAct,col=T-1)
AttributeError: 'CUDAMatrix' object has no attribute 'minmax'

I get the above error while executing runNNet.py...

@zxie
Copy link
Collaborator

zxie commented Oct 21, 2015

Did you install the version of cudamat described in the README?

@madhavsund
Copy link
Author

yes i installed latest version of cudamat 0.3
but i get exception as follows

lts@LTS-WS3:~/cudamat/test$ nosetests

.........................................................

Ran 57 tests in 0.358s

OK
Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound method CUDAMatrix.del of <cudamat.cudamat.CUDAMatrix object at 0x2482cd0>> ignored
Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound method CUDAMatrix.del of <cudamat.cudamat.CUDAMatrix object at 0x2482d10>> ignored

I have one query, My GPU computing capability is 1.2. whether cudamat supports it...

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

2 participants