Snehal Patel
Snehal Patel
@abeerunscore96 Thank you! Finally it worked!
@rmothukuru Please find the code from this colab notebook: https://colab.research.google.com/drive/1ch89Veylgg-0FzqGeC4QKDui-a01FKzp?usp=sharing **I've added following sections:** 1. Train a sample model 2. Load the sample model & add a sample Lambda layer...
Seems like I solved it! I would appreciate if you can add a version of this to the documentation so other can use it. To make the variables and the...
This solution is not working with the TF 2.5.0 and TF-Serving! I can export the model and can even load it with the serving but during prediction, `signature_def` is causing...
It's been **2 years, 4 days** and we still don't have any update on one of the most vital part. Great!
@guanxinq I think people are more interested in something from the `tensorflow/serving` side! Example use case could be monitoring the GPU usage while serving model in production. If it's available...
Thanks @singhniraj08 for the reply! Closing this issue for now since I'm not working/dealing with this error but hopefully someone in future will encounter something similar and will find the...
@singhniraj08 yes, I've put together a simple code that will try to classify some sample data and based on the response to that request, I'm killing docker process and re-loading...
This is the [main file](https://github.com/Franck-Dernoncourt/NeuroNER/blob/master/neuroner/__main__.py). This repo is out of date and you will have better luck finding [another alternative to train your custom NER model](https://github.com/topics/named-entity-recognition). Try spaCy or something...
@arunavo4 I'm trying to pass some arguments to my startup function as well. In my case, I need to pass two variables `id`, `password` to initialize a class which will...