-
Notifications
You must be signed in to change notification settings - Fork 175
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
Running the MDNet demo on CPU #2
Comments
Hi,I use MATLAB 2016a and VS 2015 C++ ,and have switched "opts.useGpu" to false. |
@nitish11 @sysu-zjw |
@HyeonseobNam |
A straight-forward solution would be if you can provide us the model .mat files in the CPU format i.e. they contain normal MatLab arrays, not gpuArrays. That would resolve this issue. Computers without GPUs cannot read gpuArrays, and would throw an error when they encounter it, as they do in the case of .mat files. |
@nitish11 @sysu-zjw @salmanmaq |
Thank you so much. Just what I have been waiting for. :) |
@salmanmaq |
@HyeonseobNam |
@SoulmateB I did this a few months back. The files HyeonseobNam provided in the Drive worked fine for me. Did you try them out? |
No,I can't download the files,could you provide me the files? Thank you !! |
I just checked and the link works for me. Do you encounter any particular error with the link? |
I downloaded the model in CPU format and applied it in demo_tracking.m However, when I run the demo_tracking.m, the program will idle over 30 minutes and leads the parallel pool close. Am I in the right way to run this program in CPU mode? |
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
The text was updated successfully, but these errors were encountered: