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

Commit

Permalink
Removed fixed seed from , test_loss:test_sample_weight_loss (#11986)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrakesh authored and eric-haibin-lin committed Aug 4, 2018
1 parent 942ab8d commit 727c318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,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
Expand Down

0 comments on commit 727c318

Please sign in to comment.