intel / idlf

Intel® Deep Learning Framework
BSD 3-Clause "New" or "Revised" License
312 stars 85 forks source link

error:regex_error #2

Closed sunshineatnoon closed 9 years ago

sunshineatnoon commented 9 years ago

when I try to run the demo using command below: ./visual_cloud_demo --config=gpu_caffenet.config I got this error: error: regex_error My gpu_caffenet.config is as follows: --model=caffenet_float --device=device_gpu --batch=32 --input=/home/images/ What does 'regex_error' mean? Thanks!

sunshineatnoon commented 9 years ago

@jreniecki Thanks!