This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!7322
fix warpctc accuracy
Merge pull request
!7322
from baihuawei/warpctc
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
6e39dc4a86
bf6f421aa6
commit
d403827178
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
model_zoo/official/cv/warpctc/src/metric.py
+ 0
- 3
model_zoo/official/cv/warpctc/src/metric.py
View File
@@ -39,9 +39,6 @@ class WarpCTCAccuracy(nn.Metric):
y_pred = self._convert_data(inputs[0])
y = self._convert_data(inputs[1])
if self.device_target == 'GPU':
y = y[:, :-1]
self._count += 1
pred_lbls = self._get_prediction(y_pred)
Write
Preview
Loading…
Cancel
Save