update , test=develop

ce_debug
frankwhzhang 6 years ago
parent 93551a3440
commit b51df39874

@ -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(

Loading…
Cancel
Save