[ 
https://issues.apache.org/jira/browse/MXNET-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391964#comment-16391964
 ] 

ASF GitHub Bot commented on MXNET-33:
-------------------------------------

ashokei commented on issue #10021: [WIP] [MXNET-33] Mkldnn pooling convention 
crash
URL: https://github.com/apache/incubator-mxnet/pull/10021#issuecomment-371638503
 
 
   @marcoabreu @TaoLv @zheng-da Unit-tests currently do not seem to test 
backward/training mode for pooling very well. Below is the test for reproducing 
this crash.
   
   `
   cd example/image-classification/symbols/
   ln -s ../../ssd/symbol/vgg16_reduced.py vgg16_reduced.py
   cd ../../..
   python example/image-classification/train_cifar10.py --network vgg16_reduced
   `
   
   This PR will fix the above crash.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> mxnet mkl-dnn crashes for Max pooling with convention "full" 
> -------------------------------------------------------------
>
>                 Key: MXNET-33
>                 URL: https://issues.apache.org/jira/browse/MXNET-33
>             Project: Apache MXNet
>          Issue Type: Bug
>            Reporter: Ashok Emani
>            Assignee: Ashok Emani
>            Priority: Minor
>
> A crash is seen when running SSD-VGG16 300 VOC , with mxnet mkldnn build, for 
> the following op.
>  
> "op": "Pooling",                            
> "attrs": {                     
>   "kernel": "(2, 2)",          
>   "pool_type": "max",          
>   "pooling_convention": "full",
>   "stride": "(2, 2)"           
> },    
>                       



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to