From 205fb29ef7613bb333c4a52b562553a56f89cde2 Mon Sep 17 00:00:00 2001 From: vrakesh Date: Thu, 2 Aug 2018 01:31:22 +0000 Subject: [PATCH] Removed fixed seed from , test_loss:test_sample_weight_loss --- tests/python/unittest/test_loss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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