You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by adb via TVM Discuss <no...@discuss.tvm.ai> on 2020/05/07 21:24:51 UTC

[TVM Discuss] [Questions] Unbind params from func?


I would like use Relay's built in post-training quantization along with BYOC. 

Inside the quantize pass params are bound to the main function which causes an issue downstream since I need tensors to be VarNode instead of ConstantNode in BYOC. I think this can be resolved by unbinding params after the quantize pass, but I don't see an implementation of "unbind" anywhere.





---
[Visit Topic](https://discuss.tvm.ai/t/unbind-params-from-func/6617/1) 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/12ec499715ca95f54117240d4d33b5739da85b44101d25a4dcbcfa8d9906b37e).