[POT] Sync mode only for gna_sample (#10355)

* Sync mode only for gna_sample

* Disable test
This commit is contained in:
Nikita Malinin 2022-02-16 11:00:13 +03:00 committed by GitHub
parent e22a2b3076
commit c8ce93290e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -73,7 +73,9 @@ def get_configs(args):
'exec_log_dir': args.output
}
engine_config = {
'device': 'CPU'
'device': 'CPU',
'stat_requests_number': 1,
'eval_requests_number': 1
}
dataset_config = {
'data_source': os.path.expanduser(args.dataset),

View File

@ -24,7 +24,7 @@ TEST_MODELS = [
('mobilenetv2_ssd_example', 'pytorch', 'ANY'),
('densenet121_example', 'pytorch', 'ANY'),
('multiple_out_ports_net', 'tf', 'ANY'),
('lstm_example', 'pytorch', 'GNA'),
# ('lstm_example', 'pytorch', 'GNA'),
('multiple_outputs_net_example', 'dldt', 'GNA'),
('resnet_example', 'pytorch', 'CPU_SPR'),
#('tensor_iterator_example', 'tf', 'ANY'),