Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Star125 committed Jun 6, 2022
1 parent 34dc781 commit f861de4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -41,6 +41,7 @@ def cosine_embedding_loss(input1, input2, label, margin=0.5, reduction='mean'):


class TestFunctionCosineEmbeddingLoss(unittest.TestCase):

def setUp(self):
self.input1_np = np.random.random(size=(5, 3)).astype(np.float64)
self.input2_np = np.random.random(size=(5, 3)).astype(np.float64)
Expand Down

1 comment on commit f861de4

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on f861de4 Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #41680 Commit ID: f861de4 contains failed CI.

🔹 Failed: PR-CI-Static-Check

Unknown Failed
Unknown Failed

Please sign in to comment.