dneprDroid / tfsecured

Small library for TensorFlow proto model's (*.pb) encryption/decryption
MIT License
81 stars 21 forks source link

How to use if the model is in SavedModel format ? #9

Open JCCVW opened 4 years ago

JCCVW commented 4 years ago

Hello,many thanks for your contribution !! In my project,The format of the model is SavedModel,like this, ├─model │ ├─assets │ ├─saved_model.pb │ └─variables So,what should I do ? Thank you again and look forward to your reply !!!

kekegg commented 2 years ago

https://github.com/matterport/Mask_RCNN/issues/1701