Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Input Representation Version Parsing #148

Merged
merged 3 commits into from
Aug 17, 2021
Merged

Input Representation Version Parsing #148

merged 3 commits into from
Aug 17, 2021

Conversation

QueensGambit
Copy link
Owner

@QueensGambit QueensGambit commented Aug 17, 2021

Added read_version_from_string()
which allows parsing version identifier information based on the model name for different input representations.
It is expected to come after the substring "-v" in the format "-v-<Major>.<Minor>", e.g. "-v1.2.onnx".
If the information is missing or parsing failed, make_version<0,0,0>() will be returned.
Versioning patch information is always set to 0.

which allows parsing version identifier information for different input
representations.
It is expected to come after the substring "-v-" in the format "-v-
<Major>.<Minor>", e.g. "-v-1.2.onnx".
If the information is missing or parsing failed, make_version<0,0,0>()
will be returned.
Versioning patch information is always set to 0.
@QueensGambit QueensGambit merged commit e91aeac into master Aug 17, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant