Kunal

Results 8 comments of Kunal

hey @terry07 in the custom_kernel_init function just add a parameter dtype = np.float. It worked for me.

As mentioned[here] (https://github.com/tensorflow/serving/issues/1570#issuecomment-598615900) he was able to download the model that accepts base64 as input, but in my case model takes input as tensor

Hello @darrenglow, I faced the same issue just change `~/data` to `/data` in docker run command. This issue will be resolved.

@ishaan-jaff sample curl My curl request is working fine as i can see **medium** tagged as well as **default** tagged model are receiving request, my question is why is default...

I expect default tag to get some requests, probably less than medium tagged model. But as i can see from my dashboard(model) default tag is consistently getting more requests than...

@ishaan-jaff i would want my API to be redirected to the specifc tag if it is provided and to be redirected to default if either the required tag is missing...