Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove hybridize
Browse files Browse the repository at this point in the history
  • Loading branch information
szha committed Aug 2, 2018
1 parent 340dc9d commit 4897ff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_gluon_rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def test_rnn_unroll_variant_length():

def test_cell_fill_shape():
cell = gluon.rnn.LSTMCell(10)
cell.hybridize()
check_rnn_forward(cell, mx.nd.ones((2, 3, 7)))
assert cell.i2h_weight.shape[1] == 7, cell.i2h_weight.shape[1]

Expand Down

0 comments on commit 4897ff6

Please sign in to comment.