-
Notifications
You must be signed in to change notification settings - Fork 1.4k
inference not working on production server #297
Comments
@pclove1, thanks for the detailed bug report! I've seen something similar myself - I'll get back to you on this ... |
I filed this at NVIDIA/caffe#38 and forgot to update here. |
@pclove1 can you try the NVcaffe v0.14 RC? Use |
Thanks for your follow-up, @lukeyeager. Yeah, I tried NVcaffe v0.14 RC and it seems this issue is gone. Plus, I found that
I avoided this by overwriting the caffe version as Thanks. |
Yep, good debugging. I had to address this with #336. |
@pclove1 can you try using the v3.0 RC3 deb packages to see if the issue persists? https://github.com/NVIDIA/DIGITS/blob/digits-3.0/docs/UbuntuInstall.md |
I tried the following environment, and I can confirm that the issue doesn't happen any longer.
|
Great thanks! |
Hi,
I have an issue around 'inference' feature in DIGITS.
When I am running a development server via
digits-devserver
, it works fine as shown below:However, when I am running a production server via
digits-server
, I am getting an error message like below:and, this is the error message in the console log:
DIGITS version:
v2.1.0
I installed DIGITS from the source.
Nvidia's caffe version:
v0.13.2
cudnn version:
v3
cnmem version:
v1.0.0
Results of
pip freeze
GPUs configuration:
GTX TITAN X + Quadro K620
Please let me know if there is a way to make the log more verbose so that I can provide more information.
The text was updated successfully, but these errors were encountered: