Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix/Feature(JSON): disambiguate tensor_range objects and allow flexible line-positioning of objects #165

Merged
merged 9 commits into from
Jul 2, 2024

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Jun 29, 2024

No description provided.

This commit switches the metadata_ component of the
trainable_engine_t type from being an array of string_t objects
to being an instance of the new metadata_t type.
This commit switches the metadata component of the
exchange_t type from being an array of string_t objects
to being an instance of the new metadata_t type.
This commit switches the metadata component of the
inference_engine_t type from being an array of string_t objects
to being an instance of the new metadata_t type.
This commit edits the JSON file readers and writers to
1. Switch keys "tensor_range" -> {inputs_range|outputs_range}
2. Allow flexible line-position of tensor ranges and hidden layers.
This commit edits the inference_engine_t from_json constructor to
allow flexible line-position of the metadata object.
@rouson rouson requested a review from davytorres June 29, 2024 17:22
@rouson rouson requested a review from ktras July 1, 2024 07:34
@davytorres davytorres merged commit 1533fa7 into main Jul 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants