-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Flaky OnnxBackendRealModelTest.test_bvlc_alexnet_cpu - connection timeout #12049
Comments
Hi @marcoabreu , which PR trigger this, I cannot find the corresponding code and this problem looks like an internet connection failure |
@lanking520 This test is coming from ONNX test backend. So, model download code is in ONNX repo. |
In Ci, we are using ONNX 1.2.1 as currently we are supporting that version. Seems like retry mechanism was added in master branch, not available in 1.2.1 |
@Roshrini is the retry logic in ONNX 1.2.2? should we update the MXNet master to use ONNX 1.2.2? |
@lupesko To upgrade to ONNX 1.2.2, we might need to make changes to operators. Didn't check how many operator definitions/other things are changed but can try to see if it's easy to upgrade. |
Opened PR to upgrade ONNX version in CI. #12633 This issue will be fixed by that |
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/1330/pipeline
The text was updated successfully, but these errors were encountered: