xiaozhah opened a new issue #19567: URL: https://github.com/apache/incubator-mxnet/issues/19567
Noted there are only these ONNX commands are included. > ‘Abs’, ‘Acos’, ‘Add’, ‘And’, ‘ArgMax’, ‘ArgMin’, ‘Asin’, ‘Atan’, ‘AveragePool’, ‘BatchNormalization’, ‘Cast’, ‘Ceil’, ‘Clip’, ‘Concat’, ‘Constant’, ‘Conv’, ‘ConvTranspose’, ‘Cos’, ‘DepthToSpace’, ‘Div’, ‘Dropout’, ‘Elu’, ‘Equal’, ‘Exp’, ‘FC’, ‘Flatten’, ‘Floor’, ‘Gather’, ‘Gemm’, ‘GlobalAveragePool’, ‘GlobalLpPool’, ‘GlobalMaxPool’, ‘Greater’, ‘HardSigmoid’, ‘Hardmax’, ‘Identity’, ‘InstanceNormalization’, ‘LRN’, ‘LeakyRelu’, ‘Less’, ‘Log’, ‘LogSoftmax’, ‘LpNormalization’, ‘LpPool’, ‘MatMul’, ‘Max’, ‘MaxPool’, ‘MaxRoiPool’, ‘Mean’, ‘Min’, ‘Mul’, ‘Multinomial’, ‘Neg’, ‘Not’, ‘Or’, ‘PRelu’, ‘Pad’, ‘Pow’, ‘RandomNormal’, ‘RandomNormalLike’, ‘RandomUniform’, ‘RandomUniformLike’, ‘Reciprocal’, ‘ReduceL1’, ‘ReduceL2’, ‘ReduceLog Sum’, ‘ReduceLogSumExp’, ‘ReduceMax’, ‘ReduceMean’, ‘ReduceMin’, ‘ReduceProd’, ‘ReduceSum’, ‘ReduceSumSquare’, ‘Relu’, ‘Reshape’, ‘Selu’, ‘Shape’, ‘Sigmoid’, ‘Sin’, ‘Size’, ‘Slice’, ‘Softmax’, ‘Softplus’, ‘Softsign’, ‘SpaceToDepth’, ‘SpatialBN’, ‘Split’, ‘Sqrt’, ‘Squeeze’, ‘Sub’, ‘Sum’, ‘Tan’, ‘Tanh’, ‘Transpose’, ‘Unsqueeze’, ‘Xor’ However I can't find the `expand` op, I think it releared to `mx.nd.broadcast.to`. This is vis of ONNX format, when importing into Gluon, it throws error.  `NotImplementedError: Operator Expand not implemented.` How to import the `expand` into Gluon? ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
