https://github.com/tensorflow/benchmarks
A benchmark framework for Tensorflow
https://github.com/tensorflow/benchmarks
Last synced: 4 months ago
JSON representation
A benchmark framework for Tensorflow
- Host: GitHub
- URL: https://github.com/tensorflow/benchmarks
- Owner: tensorflow
- License: apache-2.0
- Created: 2016-10-12T18:41:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T04:12:22.000Z (about 2 years ago)
- Last Synced: 2024-12-06T18:05:54.724Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.05 MB
- Stars: 1,150
- Watchers: 173
- Forks: 634
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TensorFlow benchmarks
This repository contains various TensorFlow benchmarks. Currently, it consists of two projects:
1. [PerfZero](https://github.com/tensorflow/benchmarks/tree/master/perfzero): A benchmark framework for TensorFlow.
2. [scripts/tf_cnn_benchmarks](https://github.com/tensorflow/benchmarks/tree/master/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](https://github.com/tensorflow/models/tree/master/official)