Skip to content

Commit 2041753

Browse files
authored
Merge branch 'mlperf-inference' into submission-generation-patch
2 parents 49e68c4 + 9f79f45 commit 2041753

403 files changed

Lines changed: 14468 additions & 21506 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.26
1+
0.4.0

script/activate-python-venv/_cm.json

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
alias: activate-python-venv
2+
automation_alias: script
3+
automation_uid: 5b4e0237da074764
4+
category: Python automation
5+
developers: '[Grigori Fursin](https://cKnowledge.org/gfursin)'
6+
name: Activate virtual Python environment
7+
prehook_deps:
8+
- names:
9+
- python-venv
10+
reuse_version: true
11+
tags: install,python-venv
12+
tags:
13+
- activate
14+
- python
15+
- activate-python-venv
16+
- python-venv
17+
tags_help: activate python-venv
18+
uid: fcbbb84946f34c55

script/app-image-classification-tf-onnx-cpp/_cm.json

Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
alias: app-image-classification-tf-onnx-cpp
2+
automation_alias: script
3+
automation_uid: 5b4e0237da074764
4+
category: Modular AI/ML application pipeline
5+
default_env:
6+
CM_BATCH_COUNT: '1'
7+
CM_BATCH_SIZE: '1'
8+
deps:
9+
- tags: detect,os
10+
- tags: get,sys-utils-cm
11+
- tags: get,gcc
12+
- tags: get,dataset,image-classification,original
13+
- tags: get,dataset-aux,image-classification
14+
- tags: get,ml-model,raw,image-classification,resnet50,_onnx,_opset-11
15+
- tags: tensorflow,from-src
16+
version: v2.0.0
17+
tags:
18+
- app
19+
- image-classification
20+
- tf
21+
- tensorflow
22+
- tf-onnx
23+
- tensorflow-onnx
24+
- onnx
25+
- cpp
26+
tags_help: app image-classification cpp tensorflow onnx
27+
uid: 879ed32e47074033

script/app-image-classification-torch-py/_cm.json

Lines changed: 0 additions & 86 deletions
This file was deleted.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
alias: app-image-classification-torch-py
2+
automation_alias: script
3+
automation_uid: 5b4e0237da074764
4+
category: Modular AI/ML application pipeline
5+
default_env:
6+
CM_BATCH_COUNT: '1'
7+
CM_BATCH_SIZE: '1'
8+
deps:
9+
- tags: detect,os
10+
- names:
11+
- python
12+
- python3
13+
tags: get,python3
14+
- tags: get,dataset,imagenet,image-classification,preprocessed
15+
- tags: get,dataset-aux,imagenet-aux,image-classification
16+
- tags: get,imagenet-helper
17+
- tags: get,ml-model,image-classification,resnet50,_pytorch,_fp32
18+
- skip_if_env:
19+
USE_CUDA:
20+
- 'yes'
21+
tags: get,generic-python-lib,_torch
22+
- enable_if_env:
23+
USE_CUDA:
24+
- 'yes'
25+
tags: get,generic-python-lib,_torch_cuda
26+
- skip_if_env:
27+
USE_CUDA:
28+
- 'yes'
29+
tags: get,generic-python-lib,_torchvision
30+
- enable_if_env:
31+
USE_CUDA:
32+
- 'yes'
33+
tags: get,generic-python-lib,_torchvision_cuda
34+
tags:
35+
- app
36+
- image-classification
37+
- torch
38+
- python
39+
tags_help: app image-classification python torch
40+
uid: e3986ae887b84ca8
41+
variations:
42+
cuda:
43+
deps:
44+
- tags: get,cuda
45+
env:
46+
USE_CUDA: 'yes'

0 commit comments

Comments
 (0)