adriangay
Results
2
comments of
adriangay
[this comment](https://github.com/tensorflow/serving/issues/1719#issuecomment-1272349443) worked for me. Even though `tf.lookup.StaticHashTable` inherits from `TrackableResource`, tracing does not seems to be able to track it without it being explicitly saved.
> Hi everyone. I tried to build TensorFlow Serving with an S3 filesystem implemented in TensorFlow IO, and it was successful. > > Here are the codes to build them...