I don't see an nvidia device after running that command, I'm using VMWare Workstation with a i7 processor. And I tried installing the Nvidia driver with "sh <driverfilename.run>"
I suspect you effectively configured your VM with the GPU -https://blogs.vmware.com/eu..., right? I asked some of our GRID folks about using a GeForce card with VMware and found out that GeForce is not supported for pass through. I suspect this is the root cause of your issue. Sorry about this. Here is a link to supported GPUs with VMware -https://www.vmware.com/reso...
Hi!
I've setup digits-2.0 and when I run ./runme.sh, I get:
cudaRuntimeGetVersion() failed with error #30, which means "unknown error".
Did you forget to "make pycaffe"?
Traceback (most recent call last):
File "digits-devserver", line 39, in <module>
config.load_config('quiet')
...
#system info:
$ nvcc -V
Cuda compilation tools, release 6.5, V6.5.16
$ nvidia-smi
Mon Nov 16 13:09:45 2015
+------------------------------------------------------+
| NVIDIA-SMI 346.96 Driver Version: 346.96 |
.....
$ lspci | grep VGA
VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750] (rev a2)
So, what might be the problem? Is DIGITS2 incompatible with CUDA 6.5?
Kind regard,
Roland
PS: I updated my graphics driver from v343 to v346, as I got the the error #35 before...
$ sudo apt-get install nvidia-346 nvidia-settings nvidia-prime
$ sudo reboot
Hi!
I plan to implement DIGITS for some experiments. It works fine in my laptop. However, when I try to install ubuntu 14.04 in my office's desktop which has two image cards, it can't be installed correctly. The error pops up is "ACPI PCC Probe failed". I checked the solution is that there is an compatibility issue in between Ubuntu 14 and multiple display adapters. I know it should be a question about Ubuntu os, but I want to know that have you guys meet the same situation before? If so, how did you fix it? BTW, both of two display adapters are NIVIDA Quadro K620.
Thanks,
Fixed it! I had some troubles with the package manager, some dependencies for the cuda armhf cross compilation stuff was conflicted...
(FIX: http://askubuntu.com/questi...
Could you quickly explain the accuracy or give me a pointer to better understand it? Especially, is the accuracy for AlexNet Top-1 or Top-5?
Great question. Are you asking about the Top-1 and Top5 accuracy from the ImageNet competition? If so, you can review ImageNet website for information on how they apply this metric to competitors in 2012 when this network won, http://image-net.org/challe..., or check out the ImageNet citation here too - http://arxiv.org/pdf/1409.0.... I think there is a brief discussion on this on page 15.
Thanks for the reply! Will have a look at it.
However, I was wondering about the accuracy/loss graph within digits. Does the "Accuracy" for AlexNet represent the Top-1 accuracy? And is that for a random subset of the validation set or the whole validation set. Thanks!
hi ,Allison, thanks for your video , I already set up the digits 2.0 on my Vritual box. now I got the same error msg when I reached the model step ,
and I am not using NVIDIA devices on my laptop and into the MakeFile.config and enable CPU_ONLY:=1(simply vi open it and save) and then when I run the model based on MNIST dataset , it still gives "ERROR: Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version"
The plots are from Caffe's output of the loss and accuracy. The accuracy is the same value you would get if you ran Caffe on its own and is calculated from the validation/test set - http://caffe.berkeleyvision...
Sounds like you are on the right track. You have to rebuild Caffe without the GPU. I have not had this issue before. After you rebuilt caffe, did you get any errors when you ran "make runtest"?
Are you using the DIGITS version from our developer zone -https://developer.nvidia.co... or did you get DIGITS from github?
hi Allision , I think i registered the memeber from NVIDIA and follow the download link to get my Digits2.0, and also I followed the other reply from you in Digits google user group saying enable CPU_ONLY in the MakeFile.config, than rebuild caffe, "make clean" then "make all -j8" , after than I got the error msg "fatal error " "cnmem.h" no such file or directory ... ,I went into the lib folder and under the cumem there is only a libcnmem.so, does that infer I got the digits2.0 from the wrong source ? thank you
now , I turn off the "USE_CNMEM=1 " option in Makefile.config file , it is running fine so far , thanks lot
Good day! Is it possible to use the multiple GPUs option during the decision phase or only during the training phase? thanks
Will you please share a more detailed english explanation/tutorial/post on the meaning of the distributions under the "Show visualizations and statistics" option. I'm not asking for a lesson in statistics (I have a graduate degree in math), but there seems to be substantial explanation missing for this results page, as I'm not able to connect the dots between the pictures and the distributions.
Thank you.