Skip to content

Feature: Support JSON output for networks with varying-width hidden layers - #167

Merged
davytorres merged 8 commits into
mainfrom
vary-layer-width-to-json
Jul 7, 2024
Merged

Feature: Support JSON output for networks with varying-width hidden layers#167
davytorres merged 8 commits into
mainfrom
vary-layer-width-to-json

Conversation

@rouson

Copy link
Copy Markdown
Contributor

No description provided.

rouson added 8 commits July 3, 2024 20:16
This commit enables the inference_engine_t type-bound procedure
to_json to write files for which the number of nodes varies
from one layer to the next.
With this commit, example/read-query-infer.f90 returns outputs
identital to the inputs for the full range of inputs using the
uneven.json file attached topull request #166 on
https://github.com/berkeleylab/inference-engine.
This commit replaces provisional code in the inference_engine_t
type-bound procedure to_json so that it defines the actual output-
layer nodes.
This commit adds a test that ensures that a network with varying-
width hidden layers correctly converts to and from JSON format.
@rouson
rouson requested a review from davytorresJuly 4, 2024 03:28

@davytorresdavytorres left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewd

@davytorres
davytorres merged commit 92ec89d into mainJul 7, 2024
@rouson
rouson deleted the vary-layer-width-to-json branch July 21, 2024 05:01
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