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

Commit

Permalink
got rid of fixed seed for test_optimizer/test_operator_gpu.test_nag (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 authored and nswamy committed Aug 9, 2018
1 parent b9673a9 commit 23d0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def update(self, index, weight, grad, state):
tmp = weight32.astype(weight.dtype)
tmp.copyto(weight)

@with_seed(0)
@with_seed()
def test_nag():
opt1 = PyNAG
opt2 = mx.optimizer.NAG
Expand Down

0 comments on commit 23d0c06

Please sign in to comment.