Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

fix path for resnet for example #451

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
4 changes: 2 additions & 2 deletions perfzero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down