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 2019/06/21 21:02:25 UTC

[GitHub] [incubator-mxnet] leleamol commented on issue #15075: Hybridising mx.mod.Module?

leleamol commented on issue #15075: Hybridising mx.mod.Module?
URL: https://github.com/apache/incubator-mxnet/issues/15075#issuecomment-504571873
 
 
   @vizakshat   The mx.mod.Module is part of Module API. The Module API provides a wrapper on Symbol API.  Here is more information about Module https://mxnet.incubator.apache.org/versions/master/tutorials/basic/module.html
   
   The Gluon is a separate paradigm that allows user to construct neural networks with higher flexibility. The hybridize method optimizes the execution of training workflow. This document explains the hybridization is great detail https://www.d2l.ai/chapter_computational-performance/hybridize.html?highlight=hybridize
   
   Going by these documents, it is not possible to invoke hybridize in mx.mod.Module.  I hope this answers your question. If you have further questions, I would recommend posting them on MXNet forum at https://discuss.mxnet.io/
   
   @mxnet-label-bot add [Gluon, Module, Pending Requester Info]
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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