FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
dataperf-vision-debugging/mlcube.yaml at main · DS3Lab/dataperf-vision-debugging · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DS3Lab
/
dataperf-vision-debugging
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
11
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
dataperf-vision-debugging
/
mlcube.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (38 loc) · 1.18 KB
Breadcrumbs
dataperf-vision-debugging
/
mlcube.yaml
Copy path
File metadata and controls
44 lines (38 loc) · 1.18 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name
:
MLCommons DataPerf Vision Example
description
:
MLCommons DataPerf integration with MLCube
authors
:
-
{ name: "MLCommons Best Practices Working Group" }
platform
:
accelerator_count
:
0
docker
:
#
Image name.
image
:
mlcommons/dataperf_vision_debugging:0.0.1
#
Docker build context relative to $MLCUBE_ROOT. Default is `build`.
build_context
:
"
.
"
#
Docker file name within docker build context, default is `Dockerfile`.
build_file
:
"
Dockerfile_mlcube
"
tasks
:
download
:
#
Download data
parameters
:
inputs
:
{ parameters_file: { type: file, default: parameters.yaml } }
outputs
:
{ output_path: ./ }
create_baselines
:
#
Run selection script
parameters
:
inputs
:
{ embedding_folder: embeddings/, groundtruth_folder: data/ }
outputs
:
{ submission_folder: submissions/ }
evaluate
:
#
Run evaluation script
parameters
:
inputs
:
{
submission_folder
:
submissions/,
groundtruth_folder
:
data/,
embedding_folder
:
embeddings/,
}
outputs
:
{ results_folder: results/ }
plot
:
#
Run plotter script
parameters
:
inputs
:
{ results_folder: results/, submission_folder: submissions/}
Back
|
FazBrowse Home
|
New Git URL