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

CUDAMatException: Incompatible matrix dimensions #102

Open
TianCuan opened this issue Jul 28, 2016 · 0 comments
Open

CUDAMatException: Incompatible matrix dimensions #102

TianCuan opened this issue Jul 28, 2016 · 0 comments

Comments

@TianCuan
Copy link

I am a beginner of deepnet and I met this problem:

Train Step: 0Traceback (most recent call last):
File "/home/deepnet/trainer.py", line 60, in
main()
File "/home/deepnet/trainer.py", line 54, in main
model.Train()
File "/home/deepnet/neuralnet.py", line 649, in Train
losses = self.TrainOneBatch(step)
File "/home/deepnet/dbm.py", line 270, in TrainOneBatch
losses1 = self.PositivePhase(train=True, step=step)
File "/home/deepnet/dbm.py", line 133, in PositivePhase
self.ComputeUp(node, train=train)
File "/home/deepnet/dbm.py", line 80, in ComputeUp
layer.GetData()
File "/home/deepnet/replicated_softmax_layer.py", line 91, in GetData
self.state.assign(self.data)
File "/home/deepnet/cudamat/cudamat.py", line 340, in assign
raise generate_exception(err_code)
cudamat.cudamat.CUDAMatException: Incompatible matrix dimensions.

how can i resolve 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

1 participant