Visual-Behavior / detr-tensorflow

Tensorflow implementation of DETR : Object Detection with Transformers
MIT License
168 stars 53 forks source link

how to save the best model weights? #33

Open anish9 opened 3 years ago

anish9 commented 3 years ago

Hi, How to export into saved weights to frozen model?

ni3s commented 2 years ago

https://github.com/Visual-Behavior/detr-tensorflow/issues/34#issuecomment-1278721290 use this approach

ni3s commented 2 years ago

the above way will save all checkpoints for best among them need to check