anirudh2290 commented on a change in pull request #11482: make gluon rnn layers 
hybrid blocks
URL: https://github.com/apache/incubator-mxnet/pull/11482#discussion_r207441724
 
 

 ##########
 File path: tests/python/unittest/test_gluon_rnn.py
 ##########
 @@ -502,7 +498,6 @@ def test_cell_fill_shape():
 @assert_raises_cudnn_disabled()
 def test_layer_fill_shape():
     layer = gluon.rnn.LSTM(10)
-    layer.hybridize()
 
 Review comment:
   Removing this hybridize call should be enough. is there any reason we are 
removing all hybridize calls ?

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


With regards,
Apache Git Services

Reply via email to