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 zeros Leading inputs must be numeric. #25

Closed
mrgloom opened this issue Dec 8, 2014 · 1 comment
Closed

Error using zeros Leading inputs must be numeric. #25

mrgloom opened this issue Dec 8, 2014 · 1 comment

Comments

@mrgloom
Copy link

mrgloom commented Dec 8, 2014

while running mnist or cifar test on win7 x64 matlab r2012a I get

Error using zeros
Leading inputs must be numeric.

Error in cnn_train (line 36)
net.layers{i}.filtersMomentum = zeros('like',net.layers{i}.filters) ;

Error in cnn_mnist (line 75)
[net,info] = cnn_train(net, imdb, @GetBatch, ...

Error in run (line 57)
evalin('caller', [s ';']);

@lenck
Copy link
Contributor

lenck commented Dec 8, 2014

Hi, thanks for reporting this!
This error is due to older version of Matlab, which is kind of unsupported as it does not allow CUDA code in mex files. Fixing it in the win branch...

@lenck lenck closed this as completed Dec 8, 2014
vedaldi pushed a commit that referenced this issue Mar 24, 2017
fixes dropout explanation

updates vl_nndropout doc string to define rate as the
probability that a variable is dropped.

Approved-by: Andrea Vedaldi <[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