Created
April 3, 2021 15:10
-
-
Save oborchers/cf94514a21f8639f77bcaf0f6261de5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
del model_args["dynamic_axes"]["output_0"] # Delete unused output | |
del model_args["dynamic_axes"]["output_1"] # Delete unused output | |
model_args["dynamic_axes"]["sentence_embedding"] = {0: "batch"} | |
model_args["output_names"] = ["sentence_embedding"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment