tfsecured
tfsecured copied to clipboard
Small library for TensorFlow proto model's (*.pb) encryption/decryption
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...
Tensorrt is used to speed up reasoning. Generally, frozen Pb files are transformed into UFF or onnx files, and then into tensorrt reasoning engine. Can tfsecured encrypt tensorrt engine?
Hello ! Thank you for this great implementation. How can use the encrypted model in android ? It would be great