PaddleOCR2.7.5 训练到几百回合出现loss>1问题 #13306
Unanswered
18325391772
asked this question in
Q&A
Replies: 3 comments
-
升级到2.8.0试试,照理说不会出现loss>1的情况 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我也遇到了这个问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
参数设置问题/没安装paddleocr |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
报错代码:
class DiceLoss(nn.Layer):
def init(self, eps=1e-6):
super(DiceLoss, self).init()
self.eps = eps
Beta Was this translation helpful? Give feedback.
All reactions