diff --git a/tests/python/unittest/test_loss.py b/tests/python/unittest/test_loss.py index 8d5b86341a88..17f220209805 100644 --- a/tests/python/unittest/test_loss.py +++ b/tests/python/unittest/test_loss.py @@ -225,7 +225,7 @@ def test_ctc_loss_train(): assert mod.score(data_iter, eval_metric=mx.metric.Loss())[0][1] < 10 -@with_seed(1234) +@with_seed() def test_sample_weight_loss(): nclass = 10 N = 20