This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
v1.7.x head commit with MKL failure #19150
Comments
Hi @haohuanw Does this failure only happen in v1.7.x branch or the others as well? |
Thanks for your inputs, @anko-intel will help to take a look. |
I've got repro and will look into it. |
akarbown
added a commit
to akarbown/incubator-mxnet
that referenced
this issue
Oct 6, 2020
Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format.
The issue seems to be present on the other branches as well. |
4 tasks
szha
pushed a commit
that referenced
this issue
Oct 25, 2020
…19299) * Fix MKLDNN BatchNorm with even number of channels (#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context
akarbown
added a commit
to akarbown/incubator-mxnet
that referenced
this issue
Oct 26, 2020
Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format.
akarbown
added a commit
to akarbown/incubator-mxnet
that referenced
this issue
Oct 26, 2020
Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format.
akarbown
added a commit
to akarbown/incubator-mxnet
that referenced
this issue
Oct 29, 2020
Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format.
akarbown
added a commit
to akarbown/incubator-mxnet
that referenced
this issue
Oct 29, 2020
Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format.
samskalicky
pushed a commit
that referenced
this issue
Oct 29, 2020
…19150) #19299 #19425 (#19428) * Fix MKLDNN BatchNorm with even number of channels (#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context
samskalicky
pushed a commit
that referenced
this issue
Oct 29, 2020
…) #19299 #19425 (#19445) * Fix MKLDNN BatchNorm with even number of channels (#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context
samskalicky
pushed a commit
that referenced
this issue
Oct 30, 2020
…19299 (#19425) * Fix MKLDNN BatchNorm with even number of channels (#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context
Hi @haohuanw, could you please verify the fix on your side? |
@samskalicky, could you please tell me who should I ask for verification of that bug in order to close it? |
sorry I don't really have time on my side to test on the fix but I am also not blocked on this change. feel free to resolve it if we have unit tests that can verify change works. |
vidyaravipati
pushed a commit
to vidyaravipati/incubator-mxnet
that referenced
this issue
Nov 11, 2020
) apache#19299 (apache#19425) * Fix MKLDNN BatchNorm with even number of channels (apache#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context
Thanks @haohuanw, ill close this issue for now. we can reopen it if you find further issues. |
chinakook
pushed a commit
to chinakook/mxnet
that referenced
this issue
Nov 17, 2020
) apache#19299 (apache#19425) * Fix MKLDNN BatchNorm with even number of channels (apache#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context
chinakook
pushed a commit
to chinakook/mxnet
that referenced
this issue
Nov 19, 2020
) apache#19299 (apache#19425) * Fix MKLDNN BatchNorm with even number of channels (apache#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context
josephevans
pushed a commit
to josephevans/mxnet
that referenced
this issue
Dec 8, 2020
…he#19150) apache#19299 apache#19425 (apache#19445) * Fix MKLDNN BatchNorm with even number of channels (apache#19150) Even number of channels results in data reordering before batch norm operation. Therefore, if BatchNorm data array is view of another array and the data is stored in MKLDNN format, the data needs to be converted to the default format. * Add or updated test to verify Batchnorm odd & even number of channels * Fix for Batchnorm odd & even chnls number context
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
when running with built mxnet-1.7 with head of v1.7.x; if I create a model with even number of channels in batch norm, I got the is_view check failure when using mkldnn.
Error Message
To Reproduce
(If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
Steps to reproduce
What have you tried to solve it?
Environment
We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:
The text was updated successfully, but these errors were encountered: