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...
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...