From cb0eb6e7895818297b9ddca259678d24c52caa9e Mon Sep 17 00:00:00 2001 From: Claudio Fahey Date: Fri, 28 Feb 2020 22:50:20 +0000 Subject: [PATCH] Adjust parameters for GCP testing Disabled NVLink. Updated Prometheus for single workstation. --- testgen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testgen.py b/testgen.py index 74638b0..a80d5a2 100755 --- a/testgen.py +++ b/testgen.py @@ -117,8 +117,8 @@ def add_test(): # Full test suite for repeat in range(3): for storage_type in ['isilon']: # 'isilon','filestore' - for cached in [True]: - for model in ['resnet50']: # 'vgg16','resnet152','inception3','inception4' + for cached in [True] if storage_type=='local' else [False,True]: + for model in ['resnet50','vgg16','resnet152','inception3','inception4']: for batch_group_size in [10]: for batch_size in [64]: for data_dir_template_count in [1 if cached or storage_type=='filestore' else 4]: