scanner icon indicating copy to clipboard operation
scanner copied to clipboard

Object Detection Example -- Caffe--CPU -- Error

Open jblakley opened this issue 6 years ago • 0 comments

Running the object detection example on AWS CPU Container gives error:

E0329 14:42:18.940045 1520 worker.cpp:959] Scanner is configured with zero available GPUs but a GPU op was requested! Please configure Scanner to have at least one GPU using the gpu_ids config option.

E0329 14:42:49.940572 1503 master.cpp:1444] No workers but have unfinished work after 30 seconds

Traceback (most recent call last): File "/root/git/ScannerTest/apps/object_detection_caffe/main.py", line 60, in work_packet_size = 10, io_packet_size = 40, force=True) File "/usr/local/lib/python2.7/dist-packages/scannerpy/database.py", line 1153, in run raise ScannerException(job_status.result.msg) scannerpy.common.ScannerException: No workers but have unfinished work after 30 seconds

jblakley avatar Mar 29 '18 14:03 jblakley