AI Benchmark Alpha is an open source python library for evaluating AI performance of various hardware platforms, including CPUs, GPUs and TPUs. The benchmark is relying on TensorFlow machine learning library, and is providing a precise and lightweight solution for assessing inference and training speed for key Deep Learning models.
web : ai-benchmark alpha
After successful setup of CUDA and cuDNN, import the following in python:
from ai_benchmark import AIBenchmark
benchmark = AIBenchmark()
results = benchmark.run()
and you are good to go. There's a leaderboard / ranking system to analyze benchmark results here🌸