This repository was archived by the owner on Nov 17, 2023. It is now read-only.
How can I get symbol shape of a layer as input of another layer in run time? Not with ”infer_shape“ #8448
Unanswered
summerlvsong
asked this question in
Q&A
Replies: 1 comment
-
@apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to" questions, our user forum (and Chinese version) is a good place to get help. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Description
When I try to use "mx.symbol.Deconvolution", I find it hard to set the the parameter "target_shape". I want it to deconvolute the input to a specific shape of a former layer, So I think I have to set "target_shape" to the shape of the former layer, It is right?
However, I cannot find a way to acquire the output shape of the former layer in run time.
Beta Was this translation helpful? Give feedback.
All reactions