Skip to content

CUDAMatrix Attribute error #6

@madhavsund

Description

@madhavsund

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions