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

[Memory tests] Add new tests #7306

Merged
merged 4 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,481 changes: 1,481 additions & 0 deletions tests/memory_tests/.automation/nightly_configs/desktop_test_config.yml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
# Models with precision: FP32 -- device: CPU
- device:
name: CPU
model:
name: vgg16
precision: FP32
source: omz
references: {}
- device:
name: CPU
model:
name: mtcnn-r
precision: FP32
source: omz
references: {}
- device:
name: CPU
model:
name: mobilenet-ssd
precision: FP32
source: omz
references: {}
- device:
name: CPU
model:
name: ssd300
precision: FP32
source: omz
references: {}

# Models with precision: FP32 -- device: GPU
- device:
name: GPU
model:
name: vgg16
precision: FP32
source: omz
references: {}
- device:
name: GPU
model:
name: mtcnn-r
precision: FP32
source: omz
references: {}
- device:
name: GPU
model:
name: mobilenet-ssd
precision: FP32
source: omz
references: {}
- device:
name: GPU
model:
name: ssd300
precision: FP32
source: omz
references: {}

# Models with precision: FP16 -- device: CPU
- device:
name: CPU
model:
name: vgg16
precision: FP16
source: omz
references: {}
- device:
name: CPU
model:
name: mtcnn-r
precision: FP16
source: omz
references: {}
- device:
name: CPU
model:
name: mobilenet-ssd
precision: FP16
source: omz
references: {}
- device:
name: CPU
model:
name: ssd300
precision: FP16
source: omz
references: {}

# Models with precision: FP16 -- device: GPU
- device:
name: GPU
model:
name: vgg16
precision: FP16
source: omz
references: {}
- device:
name: GPU
model:
name: mtcnn-r
precision: FP16
source: omz
references: {}
- device:
name: GPU
model:
name: mobilenet-ssd
precision: FP16
source: omz
references: {}
- device:
name: GPU
model:
name: ssd300
precision: FP16
source: omz
references: {}
Loading