提交 e0266b52 编写于 作者: littletomatodonkey's avatar littletomatodonkey

fix format

上级 21fedfe5
......@@ -40,4 +40,4 @@ class DistanceLoss(nn.Layer):
def forward(self, x, y):
loss = self.loss_func(x, y)
return {"loss_{}".format(self.mode): loss}
\ No newline at end of file
return {"loss_{}".format(self.mode): loss}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册