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

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

Merged
merged 8 commits into from
Jul 7, 2024

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Jul 4, 2024

No description provided.

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 davytorres July 4, 2024 03:28
Copy link
Collaborator

@davytorres davytorres left a comment

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 main Jul 7, 2024
4 checks passed
@rouson rouson deleted the vary-layer-width-to-json branch July 21, 2024 05:01
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