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 Bynamic via TVM Discuss <no...@discuss.tvm.ai> on 2020/04/01 10:03:05 UTC

[TVM Discuss] [Questions] How to save outputs of relay.build into one single file?


code:
graph, lib, params = relay.build(func, target, params=params)

As much as i know, if i want to run my pre-trained model remotely, I have to save those 3 outputs into 3 files.
But all 3 files should always be used together, right? If I have multi models, it's a little bit difficult to maintain.
SO, Is tvm support saving those **3 outputs into 1 single file** and using that **1 single file** at runtime?





---
[Visit Topic](https://discuss.tvm.ai/t/how-to-save-outputs-of-relay-build-into-one-single-file/6166/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/58c4c03f3dfb1bd3305b6574ff2e54a98a0fd3f6c6090009e950f5b6f8abb399).