How can I export a trained model outside smarter?

There are multiple options,

  1. Export in TensorFlow / Pytorch’s standard saved model format
  2. Export as tf-serving docker image with http/grpc endpoints to serve.