-
Notifications
You must be signed in to change notification settings - Fork 440
misc models
Guenther Schmuelling edited this page Sep 28, 2020
·
7 revisions
Url
https://tfhub.dev/tensorflow/albert_lite_base/1
Command
python -m tf2onnx.convert --saved-model albert --output albert/albert_lite_base_squadv1_1.onnx --opset 11 --signature_def mlm --tag ''
Url
https://github.com/google-research/google-research/tree/master/mobilebert
Command
python -m tf2onnx.convert --saved-model float --output mobilebert.float.onnx --tag serve --opset 11