Skip to content

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

Merged
davytorres merged 9 commits into
mainfrom
fix-json
Jul 2, 2024
Merged

Fix/Feature(JSON): disambiguate tensor_range objects and allow flexible line-positioning of objects#165
davytorres merged 9 commits into
mainfrom
fix-json

Conversation

@rouson

Copy link
Copy Markdown
Contributor

No description provided.

rouson added 7 commits June 27, 2024 19:54
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 davytorresJune 29, 2024 17:22
@rouson
rouson requested a review from ktrasJuly 1, 2024 07:34
@davytorres
davytorres merged commit 1533fa7 into mainJul 2, 2024
@rouson
rouson deleted the fix-json branch November 28, 2024 02:24
Sign up for freeto 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

@rouson@davytorres