Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tensorflow Serving

Serving Tf Model With Variable Length Input

I am trying to serve my TF model with TF Serving. Here's the model's input I have: raw_feat… Read more Serving Tf Model With Variable Length Input

Tensorflow Java Api Set Placeholder For Categorical Columns

I want to predict on my trained Model from Python Tensorflow API with the Java API, but have proble… Read more Tensorflow Java Api Set Placeholder For Categorical Columns

Saving And Doing Inference With Tensorflow Bert Model

I have created a binary classifier with Tensorflow BERT language model. Here is the link. After the… Read more Saving And Doing Inference With Tensorflow Bert Model