You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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]>
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 ';']);
The text was updated successfully, but these errors were encountered: