Skip to content

Conversation

@RandySheriffH
Copy link
Collaborator

@RandySheriffH RandySheriffH commented Apr 2, 2020

Last fix for office intent search model - accept dynamic input shape.

x_ = tf.stack([x, x])
x_ = tf.identity(x_)
x_ = tf.shape(x_, name="shape")
x_ = random_uniform(x_, name="rand", dtype=tf.float32)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

All these steps count for nothing - input still is constant.

Copy link
Contributor

@jignparm jignparm left a comment

Choose a reason for hiding this comment

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

LGTM

@RandySheriffH RandySheriffH merged commit aeaaa10 into onnx:master Apr 2, 2020
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