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

Using shape_invariant argument #127

Open
AndreySilva opened this issue Feb 20, 2024 · 0 comments
Open

Using shape_invariant argument #127

AndreySilva opened this issue Feb 20, 2024 · 0 comments

Comments

@AndreySilva
Copy link

Hello,

I'm facing a issue when running ignnition with the aggregation type parameter "ordered" (it works fine with min, max, etc.). I'm receiving this message:

ValueError: Input tensor 'ignnition_model/states_creation/actions/build_state0/concat_1:0' enters the loop with shape (1, 32), but has shape (None, 32) after one iteration. To allow the shape to vary across iterations, use the shape_invariants argument of tf.while_loop to specify a less-specific shape.

Where in the can I change this parameter?
Thanks!

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

No branches or pull requests

1 participant