shingjan opened a new pull request, #10948: URL: https://github.com/apache/tvm/pull/10948
This PR intends to remove the exception handling of various `_extract_***` functions of `xgboost` model in autotvm. The reason is that with this extra layer of exception handling in autotvm, `PopenPool` won't be able to capture the exception during working running and therefore `None` results with `Status.COMPLETE` could be returned. I didn't add a test bcoz I am not sure what is the best way to mock a `None` result from `xgboost` of `autotvm`. Any directions would be appreciated! @junrushao1994 @tqchen @vinx13 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
