Why are giant models downloaded during build? #7596
-
I'm building from source on Linux, using the build.sh:
After building and running some tests, a lot of giant deep learning models are downloaded. What is the purpose, where are those files saved, and when are they used?
|
Beta Was this translation helpful? Give feedback.
Answered by
pranav-prakash
May 6, 2021
Replies: 1 comment 3 replies
-
I think this is for using onnxruntime to run the standard onnx backend model test suite |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
snnn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this is for using onnxruntime to run the standard onnx backend model test suite
https://github.com/microsoft/onnxruntime/blob/master/docs/Model_Test.md
https://github.com/onnx/onnx/blob/master/docs/OnnxBackendTest.md