Closed boycao closed 5 years ago
Hi there,
There are two different .pb file in both tensorflow_serving_model and the frozen_pb. If I want to inference the model, which .pb file should I use? Thanks.
If you are inferencing using Tensorflow Model Server go for saved_model.pb otherwise you can frozen_model.pb for normal Tensorflow inference
saved_model.pb
frozen_model.pb
Thanks!
Hi there,
There are two different .pb file in both tensorflow_serving_model and the frozen_pb. If I want to inference the model, which .pb file should I use? Thanks.