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_ctc_loss_train (#11985)
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 067197f commit 942ab8d
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 @@ -209,7 +209,7 @@ def test_ctc_loss():
mx.test_utils.assert_almost_equal(l.asnumpy(), np.array([18.82820702, 16.50581741]))


@with_seed(1234)
@with_seed()
def test_ctc_loss_train():
N = 20
data = mx.random.uniform(-1, 1, shape=(N, 20, 10))
Expand Down

0 comments on commit 942ab8d

Please sign in to comment.