提交 3b0dccde 编写于 作者: S Shang Zhizhou

update a randomseed

上级 36cecf61
......@@ -50,7 +50,7 @@ class TestActivation(OpTest):
self.init_dtype()
self.init_kernel_type()
np.random.seed(2048)
np.random.seed(2049)
x = np.random.uniform(0.1, 1, [11, 17]).astype(self.dtype)
out = np.exp(x)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册