Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PR - convert json files to yaml #329

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 0 additions & 25 deletions script/activate-python-venv/_cm.json

This file was deleted.

18 changes: 18 additions & 0 deletions script/activate-python-venv/_cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
alias: activate-python-venv
automation_alias: script
automation_uid: 5b4e0237da074764
category: Python automation
developers: '[Grigori Fursin](https://cKnowledge.org/gfursin)'
name: Activate virtual Python environment
prehook_deps:
- names:
- python-venv
reuse_version: true
tags: install,python-venv
tags:
- activate
- python
- activate-python-venv
- python-venv
tags_help: activate python-venv
uid: fcbbb84946f34c55
46 changes: 0 additions & 46 deletions script/app-image-classification-tf-onnx-cpp/_cm.json

This file was deleted.

27 changes: 27 additions & 0 deletions script/app-image-classification-tf-onnx-cpp/_cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
alias: app-image-classification-tf-onnx-cpp
automation_alias: script
automation_uid: 5b4e0237da074764
category: Modular AI/ML application pipeline
default_env:
CM_BATCH_COUNT: '1'
CM_BATCH_SIZE: '1'
deps:
- tags: detect,os
- tags: get,sys-utils-cm
- tags: get,gcc
- tags: get,dataset,image-classification,original
- tags: get,dataset-aux,image-classification
- tags: get,ml-model,raw,image-classification,resnet50,_onnx,_opset-11
- tags: tensorflow,from-src
version: v2.0.0
tags:
- app
- image-classification
- tf
- tensorflow
- tf-onnx
- tensorflow-onnx
- onnx
- cpp
tags_help: app image-classification cpp tensorflow onnx
uid: 879ed32e47074033
86 changes: 0 additions & 86 deletions script/app-image-classification-torch-py/_cm.json

This file was deleted.

46 changes: 46 additions & 0 deletions script/app-image-classification-torch-py/_cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
alias: app-image-classification-torch-py
automation_alias: script
automation_uid: 5b4e0237da074764
category: Modular AI/ML application pipeline
default_env:
CM_BATCH_COUNT: '1'
CM_BATCH_SIZE: '1'
deps:
- tags: detect,os
- names:
- python
- python3
tags: get,python3
- tags: get,dataset,imagenet,image-classification,preprocessed
- tags: get,dataset-aux,imagenet-aux,image-classification
- tags: get,imagenet-helper
- tags: get,ml-model,image-classification,resnet50,_pytorch,_fp32
- skip_if_env:
USE_CUDA:
- 'yes'
tags: get,generic-python-lib,_torch
- enable_if_env:
USE_CUDA:
- 'yes'
tags: get,generic-python-lib,_torch_cuda
- skip_if_env:
USE_CUDA:
- 'yes'
tags: get,generic-python-lib,_torchvision
- enable_if_env:
USE_CUDA:
- 'yes'
tags: get,generic-python-lib,_torchvision_cuda
tags:
- app
- image-classification
- torch
- python
tags_help: app image-classification python torch
uid: e3986ae887b84ca8
variations:
cuda:
deps:
- tags: get,cuda
env:
USE_CUDA: 'yes'
Loading
Loading