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.
   
![image](https://user-images.githubusercontent.com/7589403/99688233-86e25780-2ac0-11eb-9d7c-e767e0787d41.png)
   `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]

Reply via email to