samskalicky commented on a change in pull request #19386:
URL: https://github.com/apache/incubator-mxnet/pull/19386#discussion_r521765372



##########
File path: python/mxnet/gluon/block.py
##########
@@ -1137,7 +1141,11 @@ def register_child(self, block, name=None):
         super(HybridBlock, self).register_child(block, name)
         self._clear_cached_op()
 
-    def hybridize(self, active=True, backend=None, backend_opts=None, 
clear=True, **kwargs):
+    def hybridize(self, active=True, backend=None, clear=True,

Review comment:
       this PR formalizes the args that get passed to CachedOp as parameters to 
hybridize. Theres no need for kwargs anymore. 




----------------------------------------------------------------
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:
[email protected]


Reply via email to