Skip to content

Commit

Permalink
Adjust parameters for GCP testing
Browse files Browse the repository at this point in the history
Disabled NVLink.
Updated Prometheus for single workstation.
  • Loading branch information
Claudio Fahey committed Mar 20, 2020
1 parent 20bc1fb commit cb0eb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit cb0eb6e

Please sign in to comment.