提交 b51df398 编写于 作者: F frankwhzhang

update , test=develop

上级 93551a34
...@@ -25,7 +25,7 @@ class TestBprLossOp1(OpTest): ...@@ -25,7 +25,7 @@ class TestBprLossOp1(OpTest):
def setUp(self): def setUp(self):
self.op_type = "bpr_loss" self.op_type = "bpr_loss"
batch_size = 3 batch_size = 4
class_num = 5 class_num = 5
X = randomize_probability(batch_size, class_num, dtype='float64') X = randomize_probability(batch_size, class_num, dtype='float64')
label_pos = np.random.randint( label_pos = np.random.randint(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册