Kh4L opened a new pull request #18348:
URL: https://github.com/apache/incubator-mxnet/pull/18348


   ## Description ##
   
   Some operators were checking `ndim_is_known` on the input shape after 
accessing it, resulting in a runtime error. 
   
   This was preventing us from running a partial shape inference where some not 
(yet) defined input shape would trigger an exception.
   
   This PR changes the position of the check in the `FInferShape` function of 
those operators.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to