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 in CNN #178

Open
flankercommando opened this issue Sep 9, 2017 · 1 comment
Open

Error in CNN #178

flankercommando opened this issue Sep 9, 2017 · 1 comment

Comments

@flankercommando
Copy link

I‘ve met an error in running 'test_example_CNN' with my own trainning data
the code is as below:
%%
error in using cnnsetup (line 30)
Layer 3 size must be integer. Actual: -1 4623.5

error with test_example_CNN (line 36)
cnn = cnnsetup(cnn, train_x, train_y);
%%

The structure of original data is:
train_x: 282860000 double
train_y: 1060000 double
test_x: 28
2810000 double
test_y: 10
10000 double

While my own data structure is:
train_x: 29251 double
train_y: 1
9251 double
test_x: 21631 double
test_y: 1
1631 double

So what should I do now? Should I modify my data or the code?

@Badarmaqsood4417
Copy link

I want to run this example Stacked Auto-Encoders in my PC that is uploaded at this link https://github.com/rasmusbergpalm/DeepLearnToolbox
kindly help me
[email protected]

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