TensorFlow Benchmarking - AshokBhat/ml GitHub Wiki
About
- Benchmarking of TensorFlow
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