Have you solved this?
---
[Visit Topic](https://discuss.tvm.ai/t/onnx2tvm-fail-under-python/4738/4) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/b543f9fc6dde5340060c3e49f
This is where the problem lies. You need to give the target context by
relay.build with the target argument.
But there is no requirement to do this in TVM for flexibility. In some
tutorials, compute graph is not build by using op strategy but directly using
the wrap function(cfunc&sfunc).
For
Thank you, @hht . It seems my target isn't constructed appropriately. But why
it doesn't complain anything in the run before?
```
File "relay_linearnet.py", line 32, in
print(tvm.target.Target.current(allow_none=False))
File "/work/git_repo/tvm/python/tvm/target/target.py", line 103,
It seems right. Maybe your target is error. Use this to see your current target.
```
print(tvm.target.Target.current(allow_none=False)
```
---
[Visit
Topic](https://discuss.tvm.ai/t/schedule-not-registered-for-mytarget/6675/2) to
respond.
You are receiving this because you enabled mailing
We will be working on it based on this RFC:
https://discuss.tvm.ai/t/byoc-runtime-json-runtime-for-byoc/6579
---
[Visit Topic](https://discuss.tvm.ai/t/example-of-json-runtime-for-byoc/6670/2)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from t
I added a new 'mytarget' to target list and add dense strategy registration in
python/tvm/op/strategy/mytarget.py as below:
```
@dense_strategy.register("mytarget")
def dense_strategy_mytarget(attrs, inputs, out_type, target):
strategy = _op.OpStrategy()
strategy.add_implementation(wrap_
@a876571186 did you fix the issue? how? thx!
---
[Visit
Topic](https://discuss.tvm.ai/t/autotvm-task-extract-from-program-get-segmentation-fault/6002/8)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discu