josephevans opened a new issue #19012: URL: https://github.com/apache/incubator-mxnet/issues/19012
## Description With the latest ONNX v1.7, the newest opsets (12,13) requires Dropout to pass the ratio in as an input, rather than an attribute. In order to support exporting most of the CV models to ONNX, this operator needs to work. ## References - https://github.com/onnx/onnx/blob/master/docs/Operators.md#Dropout ---------------------------------------------------------------- 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]
