You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO - source=../templates/caffe/resnet_152/
INFO - dest=../../models/imgnet_resnet152/resnet_152.prototxt
ERROR - Cannot create Cublas handle. Cublas won't be available.
ERROR - Cannot create Curand generator. Curand won't be available.
INFO - Initializing net from parameters:
INFO - Creating layer resnet_152
INFO - Creating Layer resnet_152
INFO - resnet_152 -> data
INFO - resnet_152 -> label
INFO - Setting up resnet_152
INFO - Top shape: 4 3 224 224 (602112)
INFO - Top shape: 4 (4)
INFO - Memory required for data: 2408464
INFO - Creating layer conv1
INFO - Creating Layer conv1
INFO - conv1 <- data
INFO - conv1 -> conv1
ERROR - service imageserv prediction call failed
The two errors are: ERROR - Cannot create Cublas handle. Cublas won't be available.
ERROR - Cannot create Curand generator. Curand won't be available.
I'm very new to this, but it seems to me this is because this i've set it up on a non-gpu image. could you please suggest how to deal with it.
Best regards.
Vlad.
The text was updated successfully, but these errors were encountered:
Hi, cublas and curand may not be the culprits here. Resnet-152 requires more memory than other neural net architectures. This looks more like a memory error as the net creation does not complete. Have you tried first with a simpler model such as googlenet ? Make sure you have several GB of available memory.
I've set up a deepdetect AMI image on AWS as described in:
https://github.com/beniz/deepdetect/issues/5#issuecomment-199952341
However, when I try to classify an image, I get:
The two errors are:
ERROR - Cannot create Cublas handle. Cublas won't be available.
ERROR - Cannot create Curand generator. Curand won't be available.
I'm very new to this, but it seems to me this is because this i've set it up on a non-gpu image. could you please suggest how to deal with it.
Best regards.
Vlad.
The text was updated successfully, but these errors were encountered: