This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
bailulu
/
mindspore_yolo
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update test.py
master
bailulu
3 years ago
parent
2d39e05b46
commit
714bf8a83d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test.py
+ 1
- 1
test.py
View File
@@ -224,7 +224,7 @@ def test(data,
else:
nt = torch.zeros(1)
# Print results
# Print results
# print a human readable model
pf = '%20s' + '%12i' * 2 + '%12.3g' * 4 # print format
print(pf % ('all', seen, nt.sum(), mp, mr, map50, map))
Write
Preview
Loading…
Cancel
Save