You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/15 02:50:41 UTC

[GitHub] pracheer commented on a change in pull request #8684: [BugFix][CoreML Converter] Dense layers w/o bias.

pracheer commented on a change in pull request #8684: [BugFix][CoreML Converter] Dense layers w/o bias.
URL: https://github.com/apache/incubator-mxnet/pull/8684#discussion_r157114423
 
 

 ##########
 File path: tools/coreml/converter/_layers.py
 ##########
 @@ -262,10 +262,15 @@ def convert_dense(net, node, module, builder):
         A neural network builder object.
     """
     input_name, output_name = _get_input_output_name(net, node)
-    has_bias = True
     name = node['name']
 
     inputs = node['inputs']
+    param = node['attr']
 
 Review comment:
   Thanks for catching this. Fixed.

----------------------------------------------------------------
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