[Apache TVM Discuss] [Questions] How to set parameter into pipeline module

2021-11-02 Thread popojames via Apache TVM Discuss
Hello @hjiang, Thanks for answering, I was able to feed the params into the model by adopting your change. But I add one more change: I changed to the following code > if params: > for param in params: > self.graph_modules_[mod_idx].set_input(**params) into the follo

[Apache TVM Discuss] [Questions] How to set parameter into pipeline module

2021-11-02 Thread popojames via Apache TVM Discuss
Thanks for replying, I will try and keep an eye on the new patches. :slight_smile: --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-set-parameter-into-pipeline-module/11375/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these e

[Apache TVM Discuss] [Questions] How to set parameter into pipeline module

2021-11-02 Thread huajsj via Apache TVM Discuss
@popojames , thanks for trying the pipeline runtime, the set params issue will get address in our new patch, you also can try following change as a quick fix. ``` diff --git a/python/tvm/contrib/pipeline_executor.py b/python/tvm/contrib/pipeline_executor.py index bd8c9a768..c1f7842b3 100644 ---

[Apache TVM Discuss] [Questions] How to set parameter into pipeline module

2021-11-01 Thread popojames via Apache TVM Discuss
Hello @hijiang, I have followed your work and made some extensions to support such splitting as I mentioned in the previous discussions https://discuss.tvm.apache.org/t/setting-the-cpu-affinity-and-number-of-cores-locally-without-rpc-remote/11306/4?u=popojames. https://discuss.tvm.apache.org