tensorflow / benchmarks

A benchmark framework for Tensorflow
Apache License 2.0
1.15k stars 632 forks source link

How do I get TF2.0 benchmark. #498

Closed zpcalan closed 3 years ago

zpcalan commented 3 years ago

I notice that ReadMe says scripts/tf_cnn_benchmarks is no longer maitained. So how can I run benchmark for TF2.0 in distributed mode(like parameter server).

reedwm commented 3 years ago

The Official TensorFlow ResNet model has an option to run with distributed mode. See the section "Running on multiple GPU hosts".