Mostafa
Mostafa
another question: how can I persist service data, because whenever the service got killed, all the services are vanished (I mean added services that use in the predicate)
after restarting the dd engine, I get this error after adding new service: ``` [error] service creation mllib bad param: using template while model prototxt and network weights exist, remove...
I have to delete this two files every time. Is there any way to avoid that? ``` $ rm models/private/simsearch/se_resnet_50.prototxt $ rm models/private/simsearch/se_resnet_50_solver.prototxt ```
I get a new error: request: ``` curl -X POST 'http://172.29.229.69:1913/api/deepdetect/predict' -d '{ "service": "simsearch", "parameters": { "input": {}, "output": { "confidence_threshold": 0.3, "search_nn": 10, "search": true }, "mllib": {...
It works ok for the first time. but if I restart the docker, that error is shown after calling search api. names.bin: ``` $ ls models/private/simsearch/names.bin/ -lh total 80K 72K...
yes, when I restart the docker and create the service again, this error is occured. after the indexing and building has been finished, everything is ok, I can search as...
create the service: ``` $ mkdir models/private/simsearch $ cp SE-ResNet-50.caffemodel models/private/simsearch/ $ curl -X PUT 'http://172.29.229.69:1913/api/deepdetect/services/simsearch' -d '{ "mllib": "caffe", "description": "similarity search service", "type": "unsupervised", "parameters": { "input": {...
> OK, thanks, I'll investigate. However, have you tried the default settings, i.e. not modifying `index_type` for instance ? It was ok with default parameters: ``` { "index": true, "ondisk":...
In which version, promises work? I have issue using promises in Transform.
Could you please share your ideas. thanks.