-
Notifications
You must be signed in to change notification settings - Fork 123
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
Reference to non-existent field 'gpus'. #17
Comments
Hi mjohn123, I'm also getting the same error even if I enable the GPU. Did you find any way to fix it? |
Hello islamamirul. I did not find any solution. I am using MATLAB 2015b. I think it maybe work in order version. But I did not try. If you find any solution. Please let me know. Thanks in adavance |
I also encountered this problem. I am using Matlab 2014b/2015b/2013b under Ubuntu 14.04/windows 10. I have tried three GPUs, one K40, one GT730, one GTX 970, but on all of which the same error happens. How to handle it? Thanks in advance. |
Hi, I encountered the same problem. If I am right, there is something wrong with the fcntrain.m script but there is an easy fix. |
Thank xuranzhao711. It worked now. It is good solution |
Thanks a lot xuranzhao711. It's working perfectly now. |
Thanks xuranzhao711. It's working now. |
It works for me, thanks @xuranzhao711 |
I was successfully build matconvnet with GPU. Then I tried to run fcnTrain.m and got error as
If I comment the line
bopts.useGpu = numel(opts.train.gpus) > 0 ;
, I got a new error asI am using MATLAB 2015b in Window OS, newest matconvnet and matconvnet-fcn versions. Someone got the same error? How can I solve it.
Thanks everybody
The text was updated successfully, but these errors were encountered: