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

Latest commit

 

History

History
10 lines (5 loc) · 655 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 655 Bytes

TensorFlow benchmarks

This repository contains various TensorFlow benchmarks. Currently, it consists of two projects:

  1. PerfZero: A benchmark framework for TensorFlow.

  2. scripts/tf_cnn_benchmarks (no longer maintained): The TensorFlow CNN benchmarks contain TensorFlow 1 benchmarks for several convolutional neural networks.

If you want to run TensorFlow models and measure their performance, also consider the TensorFlow Official Models