Skip to content

Running the MDNet demo on CPU #2

@nitish11

Description

@nitish11

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions