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

Error using vl_nnconv #42

Open
nh13871101238 opened this issue Oct 31, 2016 · 1 comment
Open

Error using vl_nnconv #42

nh13871101238 opened this issue Oct 31, 2016 · 1 comment

Comments

@nh13871101238
Copy link

Hello:
I meet some problem when I using "trainOpts.gpus = [1] ;",the error like these:

" Error using vl_nnconv
DATA and FILTERS do not have compatible formats.

Error in dagnn.Conv/forward (line 11)
  outputs{1} = vl_nnconv(...

....."
if I using trainOpts.gpus = [],it worked, very strange
Looking for your help ,thanks!!!

@HLinn
Copy link

HLinn commented Dec 1, 2016

YOU should make the data have the same formats, when you use gpu , the data formats is gpuArray, you should change the inputs data to be gpuArray formats

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