[PATCH] D81515: [llvm] Release-mode ML InlineAdvisor
Amir via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 08:45:51 PDT 2020
AmirJamez added a comment.
Hi Mircea, Could you also provide the information on what specific tf-nightly, protobuf version did you guys use to save the two frozen models? Unfortunately, I don't seem to load the models using a number of tf-nighly versions and am receiving
google.protobuf.message.DecodeError: Error parsing message
After further investigations, I noticed this has been done using the new `TF's SavedModel` method and `Keras` : https://tensorflow.google.cn/tutorials/keras/save_and_load?hl=en#save_checkpoints_during_training
Would you provide scripts to load the model and see the layers?
Thanks,
- Amir
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81515/new/
https://reviews.llvm.org/D81515
More information about the llvm-commits
mailing list