-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Description
Hi,
How to run the model on CPU?
I tried your instruction
You can also disable the GPU support by setting opts.useGpu in 'tracking/mdnet_init.m' to false (not recommended).
But, still I am getting error in running demo_tracking
Trial>> demo_tracking
Initialization...
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Warning: While loading an object of class 'gpuArray':
There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver
is installed.
> In mdnet_init (line 68)
In mdnet_run (line 29)
In demo_tracking (line 22)
Error using gpuArray/gather
Attempting to access the property or method of an invalid object.
Error in vl_simplenn_move>@(x)gather(x) (line 17)
case 'cpu', moveop = @(x) gather(x) ;
Error in vl_simplenn_move (line 26)
net.layers{l}.(f) = moveop(net.layers{l}.(f)) ;
Error in mdnet_init (line 89)
net_conv = vl_simplenn_move(net_conv, 'cpu') ;
Error in mdnet_run (line 29)
[net_conv, net_fc, opts] = mdnet_init(img, net);
Error in demo_tracking (line 22)
result = mdnet_run(conf.imgList, conf.gt(1,:), net);
jzhoubu and salmanmaq
Metadata
Metadata
Assignees
Labels
No labels