You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
For TensorFlow models, the conversion from tf.Example to tf.Tensor is a CPU/allocation intensive operation. Would it be possible to supply an API that accepts tf.Tensor as input?
For TensorFlow models, the conversion from
tf.Exampletotf.Tensoris a CPU/allocation intensive operation. Would it be possible to supply an API that acceptstf.Tensoras input?More specifically I'm referring to this conversion: https://github.com/spotify/zoltar/blob/master/zoltar-tensorflow/src/main/java/com/spotify/zoltar/tf/TensorFlowPredictFn.java#L97