tkonolige opened a new pull request #6235: URL: https://github.com/apache/incubator-tvm/pull/6235
In most unit tests, resnet is used as the default model for testing. As these are unit tests, they don't require a full sized model, and using resnet makes the run slowly. This PR introduces a new small synthetic model for use in testing. I've replaced most occurrences of resnet in the unit tests with this model. Time spent running `tests/scripts/task_python_unittest.sh` is 118.07s with this model vs 571.41s with resnet (on my Mac laptop, no gpu). ---------------------------------------------------------------- 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: [email protected]
