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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Currently, MXNet->ONNX model export does not support the MXNet operators
_rdiv_scalar
_sample_multinomial
_sample_uniform
_rdiv_scalar could be implemented by via scalar_op_helper and flipping divident/divisor. _sample_multinomial could be mapped to the ONNX node Multinomial _sample_uniform could be mapped to the ONNX node RandomUniform
The text was updated successfully, but these errors were encountered:
Currently, MXNet->ONNX model export does not support the MXNet operators
_rdiv_scalar
_sample_multinomial
_sample_uniform
_rdiv_scalar
could be implemented by viascalar_op_helper
and flipping divident/divisor._sample_multinomial
could be mapped to the ONNX nodeMultinomial
_sample_uniform
could be mapped to the ONNX nodeRandomUniform
The text was updated successfully, but these errors were encountered: