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

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Jul 20, 2018
1 parent 2b3e6e0 commit 0cc2c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/unittest/test_contrib_control_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# specific language governing permissions and limitations
# under the License.

import copy
import numpy as np
import mxnet as mx
from mxnet import gluon
Expand Down Expand Up @@ -1029,6 +1030,7 @@ def check_contrib_rnn(cell_type, num_states):
rtol=0.001, atol=0.0001)


@with_seed()
def test_contrib_rnn():
cell_types = [(gluon.rnn.RNNCell, 1), (gluon.rnn.LSTMCell, 2),
(gluon.rnn.GRUCell, 1)]
Expand Down

0 comments on commit 0cc2c7b

Please sign in to comment.