Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ICV-mmengine_basecode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Schiffel
ICV-mmengine_basecode
Commits
5349908e
Unverified
Commit
5349908e
authored
2 years ago
by
Yining Li
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
use image without watermark (#496)
parent
627186d1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/zh_cn/design/evaluation.md
+1
-1
1 addition, 1 deletion
docs/zh_cn/design/evaluation.md
with
1 addition
and
1 deletion
docs/zh_cn/design/evaluation.md
+
1
−
1
View file @
5349908e
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
**离线评测**
:与在线评测过程类似,区别是直接读取预先保存的模型预测结果来进行评测。评测器提供了
`offline_evaluate`
接口,用于在离线方式下调用评测指标来计算模型精度。为了避免同时处理大量数据导致内存溢出,离线评测时会将测试数据和预测结果分成若干个块(chunk)进行处理,类似在线评测中的批次。
**离线评测**
:与在线评测过程类似,区别是直接读取预先保存的模型预测结果来进行评测。评测器提供了
`offline_evaluate`
接口,用于在离线方式下调用评测指标来计算模型精度。为了避免同时处理大量数据导致内存溢出,离线评测时会将测试数据和预测结果分成若干个块(chunk)进行处理,类似在线评测中的批次。
<div
align=
"center"
>
<div
align=
"center"
>
<img
src=
"https://user-images.githubusercontent.com/15977946/1
63718224-20a4970a-e540-4a3a-8b01-bf0a604c6841.jp
g"
width=
"500"
/>
<img
src=
"https://user-images.githubusercontent.com/15977946/1
87579113-279f097c-3530-40c4-9cd3-1bb0ce2fa452.pn
g"
width=
"500"
/>
</div>
</div>
## 增加自定义评测指标
## 增加自定义评测指标
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment