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



##########
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:
       Given the latest decision, we're going to make all CachedOp options 
explicit and all kwargs will go to backend/optimize_for




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