This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[WIP] Check for stable reproduction on bug witch FC subgraph#20878
Closed
anko-intel wants to merge 1 commit intoapache:v1.xfrom
Closed
[WIP] Check for stable reproduction on bug witch FC subgraph#20878anko-intel wants to merge 1 commit intoapache:v1.xfrom
anko-intel wants to merge 1 commit intoapache:v1.xfrom
Conversation
|
Hey @anko-intel , Thanks for submitting the PR
CI supported jobs: [centos-gpu, website, unix-gpu, clang, miscellaneous, edge, sanity, windows-cpu, unix-cpu, windows-gpu, centos-cpu] Note: |
Contributor
Author
|
@mxnet-bot run ci [unix-cpu] |
|
Jenkins CI successfully triggered : [unix-cpu] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Set seed on which test fails (see https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-20871/1/pipeline/294/)
PArt of the log:
[2022-02-03T22:17:49.230Z] FAIL: test_subgraph.test_pos_fc_sum
[2022-02-03T22:17:49.230Z] ----------------------------------------------------------------------
[2022-02-03T22:17:49.230Z] Traceback (most recent call last):
[2022-02-03T22:17:49.230Z] File "/usr/local/lib/python3.7/dist-packages/nose/case.py", line 198, in runTest
[2022-02-03T22:17:49.230Z] self.test(*self.arg)
[2022-02-03T22:17:49.230Z] File "/work/mxnet/tests/python/mkl/../unittest/common.py", line 218, in test_new
[2022-02-03T22:17:49.230Z] orig_test(*args, **kwargs)
[2022-02-03T22:17:49.230Z] File "/work/mxnet/tests/python/mkl/test_subgraph.py", line 912, in test_pos_fc_sum
[2022-02-03T22:17:49.230Z] check_quantize_fc_sum(net, inputs, out_type, attrs, quantize_mode = quantize_mode)
[2022-02-03T22:17:49.230Z] File "/work/mxnet/tests/python/mkl/test_subgraph.py", line 902, in check_quantize_fc_sum
[2022-02-03T22:17:49.230Z] assert_almost_equal_with_err(quantized_out[i].asnumpy(), ref_out[i].asnumpy(), rtol=0.1, atol=atol, etol=0.2)
[2022-02-03T22:17:49.230Z] File "/work/mxnet/python/mxnet/test_utils.py", line 818, in assert_almost_equal_with_err
[2022-02-03T22:17:49.230Z] raise AssertionError(msg)
[2022-02-03T22:17:49.230Z] AssertionError:
[2022-02-03T22:17:49.230Z] Items are not equal:
[2022-02-03T22:17:49.230Z] Error 9.747497 exceeds tolerance rtol=1.000000e-01, atol=6.566026e+00 (mismatch 100.000000%).
[2022-02-03T22:17:49.230Z] Location of maximum error: (0, 1), a=-63.16788483, b=33.04635620
[2022-02-03T22:17:49.230Z] ACTUAL: array([[ 0. , -63.167885 , 0. , ..., -33.621616 ,
[2022-02-03T22:17:49.230Z] 63.167885 , -0.5094184]], dtype=float32)
[2022-02-03T22:17:49.230Z] DESIRED: array([[-35.753857, 33.046356, -44.51747 , ..., 48.12758 , 31.732088,
[2022-02-03T22:17:49.230Z] 65.660255]], dtype=float32)
[2022-02-03T22:17:49.230Z] -------------------- >> begin captured stdout << ---------------------
[2022-02-03T22:17:49.230Z]
[2022-02-03T22:17:49.230Z] *** Maximum errors for vector of size 10: rtol=0.1, atol=6.566025543212891
[2022-02-03T22:17:49.230Z]
[2022-02-03T22:17:49.230Z] 1: Error 9.747497 Location of error: (0, 1), a=-63.16788483, b=33.04635620
[2022-02-03T22:17:49.230Z] 2: Error 9.069855 Location of error: (0, 6), a=-56.03602600, b=37.80991745
[2022-02-03T22:17:49.230Z] 3: Error 7.184352 Location of error: (0, 7), a=-33.62161636, b=48.12757874
[2022-02-03T22:17:49.230Z] 4: Error 5.038792 Location of error: (0, 9), a=-0.50941843, b=65.66025543
[2022-02-03T22:17:49.230Z] 5: Error 4.040514 Location of error: (0, 2), a=0.00000000, b=-44.51747131
[2022-02-03T22:17:49.230Z] 6: Error 3.525531 Location of error: (0, 0), a=0.00000000, b=-35.75385666
[2022-02-03T22:17:49.230Z] 7: Error 3.289533 Location of error: (0, 4), a=0.00000000, b=-32.18727493
[2022-02-03T22:17:49.230Z] 8: Error 3.227748 Location of error: (0, 8), a=63.16788483, b=31.73208809
[2022-02-03T22:17:49.230Z] 9: Error 1.703138 Location of error: (0, 3), a=25.98033905, b=12.64403915
[2022-02-03T22:17:49.230Z] 10: Error 1.104254 Location of error: (0, 5), a=0.00000000, b=-8.15059280
Checklist
Essentials
Changes
Comments