Commit b9604671 by hlu1 Committed by Tianqi Chen

[Relay][ONNX] fix bug in from_onnx (#2430)

parent 3bbfc2dc
......@@ -75,6 +75,7 @@ with relay.build_config(opt_level=1):
######################################################################
# Execute on TVM
# ---------------------------------------------
dtype = 'float32'
tvm_output = intrp.evaluate(sym)(tvm.nd.array(x.astype(dtype)), **params).asnumpy()
######################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment