tensorflow / benchmarks

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

Page not found #470

Closed electricSamarth closed 4 years ago

electricSamarth commented 4 years ago

https://github.com/tensorflow/models/blob/master/official/resnet/estimator_benchmark.py for the "creating test" section in the perfzero documentation the link is invalid. I need an example to run perfzero locally on my machine! thanks

lindong28 commented 4 years ago

Thank you @electricSamarth and @reedwm for the notice. I have updated the link in the README.

Please find the example code in https://github.com/tensorflow/models/blob/master/official/r1/resnet/estimator_benchmark.py.