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
I have a compilation problem with sagemaker neo. May I report it here?
When I try to convert an onnx graph like the one below, I get an error and cannot convert it.
ClientError: InputConfiguration: TVM cannot convert ONNX model. Please make sure the framework you selected is correct. <class 'tvm.tir.expr.Any'> has no attribute value
When I tried it on Oct 9, 2020, there was no problem even with Upsample, but as of Nov 12, 2020, the error occurs.
The same thing happens with Resize
The text was updated successfully, but these errors were encountered:
Hi!
I have a compilation problem with sagemaker neo. May I report it here?
When I try to convert an onnx graph like the one below, I get an error and cannot convert it.
I'm getting the following error on AWS
ClientError: InputConfiguration: TVM cannot convert ONNX model. Please make sure the framework you selected is correct. <class 'tvm.tir.expr.Any'> has no attribute value
When I tried it on Oct 9, 2020, there was no problem even with Upsample, but as of Nov 12, 2020, the error occurs.
The same thing happens with Resize
The text was updated successfully, but these errors were encountered: