Open senthilmk opened 5 years ago
Are you sure that the module you're trying to insert into exists as a model ? This error is when it doesn't exists.
I will check and update the ticket...
I'm experiencing a similar issue while doing ret_add = db.add_image(image_id=10000,models=['resnet18'],image=im)
im using the newest docker image. So i assume this model exists?
_Rendezvous: <_Rendezvous of RPC that terminated with: status = StatusCode.UNKNOWN details = "Unexpected error in RPC handling" debug_error_string = "{"created":"@1574430218.086107000","description":"Error received from peer ipv4:127.0.0.1:50000","file":"src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"Unexpected error in RPC handling","grpc_statu
Are you resizing the image to square and size 224x224?
1) Add Image
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with: status = StatusCode.CANCELLED details = "Cannot find the module: r" debug_error_string = "{"created":"@1572025938.938877000","description":"Error received from peer ipv6:[::1]:50000","file":"src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"Cannot find the module: r","grpc_status":1}"
2) Find Similar
rpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "Socket closed" debug_error_string = "{"created":"@1572025626.182212000","description":"Error received from peer ipv6:[::1]:50000","file":"src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"Socket closed","grpc_status":14}"