TensorFlow Benchmarking - AshokBhat/ml GitHub Wiki

About

Resnet-50

git clone https://github.com/tensorflow/benchmarks.git
cd benchmarks/scripts/tf_cnn_benchmarks/
python3 tf_cnn_benchmarks.py --forward_only --device=cpu --data_format=NHWC --model=resnet50_v1.5
python3 tf_cnn_benchmarks.py --forward_only --device=cpu --data_format=NHWC --model=resnet50_v1.5 --batch-size=1

Models available

Listed in https://github.com/tensorflow/benchmarks/blob/master/scripts/tf_cnn_benchmarks/models/model_config.py

See also