Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

ConvLSTMCell dynamic input_shape #8848

Closed
dremaker52 opened this issue Nov 28, 2017 · 1 comment
Closed

ConvLSTMCell dynamic input_shape #8848

dremaker52 opened this issue Nov 28, 2017 · 1 comment

Comments

@dremaker52
Copy link

The ConvLSTMCell needs input_shape as input, which is used to infer the self._state_shape. I didn't find other usage of the input_shape. Is there any reason why input_shape is necessary? I tried to build symbol with input data shape A and infer_shape with input data shape B. It throws an error:

/elemwise_op_common.h:122: Check failed: assign(&dattr, (*vec)[i]) Incompatible attr in node _plus0 at 1-th input: expected (1,4096,32,63), got (0,4096,38,63).

I would like to use ConvLSTMCell with dynamic input shape, i.e., the dimension of input features varies from minibatch to minibatch. Is there any way to achieve this? Thanks! @dsqx71.

@HaydenFaulkner
Copy link

Did you find a solution to this problem? I'm also interested

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants