-
As title. |
Beta Was this translation helpful? Give feedback.
Answered by
parano
Oct 28, 2020
Replies: 1 comment
-
For others who have the same question - this is being addressed as part of our effort around better Tensorflow integration #1188 Going forward we will make it more clear which model artifact to use depending on the Tensorflow API used for creating the model. As a rule of thumb for now(in BentoML <= 0.9.2), if you are using Tensorflow Keras API, go with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
parano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For others who have the same question - this is being addressed as part of our effort around better Tensorflow integration #1188
Going forward we will make it more clear which model artifact to use depending on the Tensorflow API used for creating the model.
As a rule of thumb for now(in BentoML <= 0.9.2), if you are using Tensorflow Keras API, go with
KerasModelArtifact
, otherwise, use theTensorflowSavedModelArtifact
.