Skip to content

Backport SOFIE fixes in 6.32 #15847

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

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

lmoneta
Copy link
Member

@lmoneta lmoneta commented Jun 13, 2024

This Pull request is a back port of #15819

lmoneta added 3 commits June 13, 2024 18:42
When input shape is parametric, give possibility to fix the batch size if provided by user in RModel::Generate
Fix for setting t he batch size when parsing a Keras model where the
input batch size is not defined
Add extra optional parameter in the Parse function to specify the batch size
…enerateModel

The GenerateModel function called for the GNN classes was having a default =1 for the batch size used when generating the update models.
We should use -1 to not force any specific batch size and use directly the given input shape
@lmoneta lmoneta self-assigned this Jun 13, 2024
@lmoneta lmoneta merged commit afd229e into root-project:v6-32-00-patches Jun 13, 2024
10 of 13 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.

1 participant