Shamari
Shamari
Hi @Tabrizian Yeah so when I run the following command I get the following output... `saved_model_cli show --dir model_path/ --tag serve` ``` SignatureDef key: "onet" SignatureDef key: "pnet" SignatureDef key:...
Hi @Tabrizian I have shared the model. [face-detection.zip](https://github.com/triton-inference-server/server/files/9393055/face-detection.zip)
Hi @jbkyang-nvi Yeah that's right it doesn't have a `serving_default` The `config.pbtxt` looked something like this... [config.txt](https://github.com/triton-inference-server/server/files/9397938/config.txt) As this model has three signature definitions, I include the model three times...
@jbkyang-nvi Thanks I will give this a try, do you have a time frame on when this bug will be fixed and released?
> I think this should be low priority, because it's fairly easy to have a pre-build step that obfuscates the files to embed before calling `garble build`. This is vastly...
Thanks @lu4p, any [idea](https://github.com/lu4p/embed-encrypt/pull/2) when that PR will be merged?