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
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...
The text was updated successfully, but these errors were encountered:
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...
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...
The text was updated successfully, but these errors were encountered: