xuannianz / EfficientDet

EfficientDet (Scalable and Efficient Object Detection) implementation in Keras and Tensorflow
Apache License 2.0
1.39k stars 395 forks source link

Exporting the full model #256

Closed ankitchandracs closed 2 years ago

ankitchandracs commented 3 years ago

I am trying to export the full model for further usage. Present code just saves the checkpoints weights and not full model. so it is difficult to use the model. model.save() method could export the model but while loading it, i am facing unknonw layers and functions issue.

ankitchandracs commented 2 years ago

Model.saved_model.save() solved the problem