This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
I think what you are looking for is MXExecutorReshapeEx. See https://github.com/apache/incubator-mxnet/blob/v1.x/include/mxnet/c_api.h#L2529-L2569 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on a project using MxNet C++. As far as I know, the input size of a MxNet model in C++ must be fixed while generating an
executor
.My question is, how to make a model works with variable input images without generating an
executor
for each input.Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions