guli333 opened a new issue #9455:
URL: https://github.com/apache/tvm/issues/9455
in my model`s json file I have
```
{
"op": "MakeLoss",
"name": "makeloss0",
"inputs": [[1149, 0, 0]]
}
```
When i`m trying to use this model I`m getting the following issue:
```
tvm.error.OpNotImplemented: One or more operators are not supported in
frontend MXNet:
MakeLoss: 1
```
but as I see in the code, the make_loss function is implemented.
So how can i fix this issue?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]