You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/08 02:09:41 UTC

[GitHub] joey2014 commented on issue #7368: Caffe converter test fails, causing CI to halt for all PRs

joey2014 commented on issue #7368: Caffe converter test fails, causing CI to halt for all PRs
URL: https://github.com/apache/incubator-mxnet/issues/7368#issuecomment-320829996
 
 
   vgg-16 model converting is caused by 
     -        model = mx.mod.Module(symbol=sym, label_names=['prob_label', ])
    +        model = mx.mod.Module(symbol=sym, label_names=[arg_names[-1], ])
   the reason for this issue:
         in vgg-16,  arg_names[-1]  is conv5_3_bias not the expect name prob_label , after revert this change, vgg-16-0000.params keeps same in binary comparing with the previous converting result.
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services