From 2bd1a239834c57b03b7da49bd28a9ab10f2decd8 Mon Sep 17 00:00:00 2001 From: "DongHwi.Cha" Date: Mon, 20 Jan 2020 01:27:08 +0800 Subject: [PATCH] fix path for resnet for example the model path is changed to under r1. Also added specific branch name for model git repo --- perfzero/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perfzero/README.md b/perfzero/README.md index 8503e1a7..208a43e1 100644 --- a/perfzero/README.md +++ b/perfzero/README.md @@ -99,10 +99,10 @@ with TensorFlow 2.0 nightly build. For info on the args read the ```bash python3 /workspace/perfzero/lib/benchmark.py \ ---git_repos="https://github.com/tensorflow/models.git" \ +--git_repos="https://github.com/tensorflow/models.git;tf_2_1_reference" \ --python_path=models \ --data_downloads="gs://tf-perf-imagenet-uswest1/tensorflow/cifar10_data/cifar-10-batches-bin" \ ---benchmark_methods=official.resnet.keras.keras_cifar_benchmark.Resnet56KerasBenchmarkReal.benchmark_1_gpu_no_dist_strat +--benchmark_methods=official.r1.resnet.keras.keras_cifar_benchmark.Resnet56KerasBenchmarkReal.benchmark_1_gpu_no_dist_strat ``` For all options that can be used when executing a test checkout the public