I am applying transfer learning on the ssd_mobilenet_v2_coco_2018_03_29 model. After the training, I am using tf.saved_model.save(model, saved_model_dir) to save th
tf.saved_model.save(model, saved_model_dir)