Make in memory copy of tensorflow 2 object detection model in python

后端 未结 0 707
情深已故
情深已故 2020-12-18 16:30

I trained a tensorflow 2 object detection model and load it like this in python:

detect_fn = tf.saved_model.load(model_dir)

Now I want to cop

相关标签:
回答
  • 消灭零回复
提交回复
热议问题