You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/07/10 02:23:52 UTC

[GitHub] [incubator-tvm] Haoran-Young commented on pull request #6022: Add support for checking big ONNX models

Haoran-Young commented on pull request #6022:
URL: https://github.com/apache/incubator-tvm/pull/6022#issuecomment-656444288


   If you do not want to use additional argument to verify whether a model is big or small, I will replace the argument 'model' with 'model_path'. In this case, no model will be imported into the function 'from_onnx' and I can utilize the ONNX API to verify whether the model is big or small without any argument except the model path.
   Further, if the big model and its external data files (external data files are generated during saving big ONNX model) are not under the same dir, there must be an additional argument to point out the path of external data files.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org