You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, as I have written on this issue before, is there any way we can modify the input shape so that it can be more dynamic? Not only the batch_size though, if we use RNN for example, we might want to keep the length size dynamic as well
The text was updated successfully, but these errors were encountered:
This might be more of a issue for the ONNX Spec repository. Specifically, whether it is possible to specify dimension of unknown size (I do not have an answer by searching around the ONNX spec repository). However, there seems to be a somewhat related discussion regarding the RNN feature you requested (onnx/onnx#140).
Handling dynamic input shape is a general concern in onnx-tf. A more recent issue is opened, #464. Let's close this one and use 464 to provide updates.
Hey guys, as I have written on this issue before, is there any way we can modify the input shape so that it can be more dynamic? Not only the batch_size though, if we use RNN for example, we might want to keep the length size dynamic as well
The text was updated successfully, but these errors were encountered: