Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 807 Bytes

alphaburnout.MD

File metadata and controls

24 lines (13 loc) · 807 Bytes

AI-Benchmark Alpha

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

CPU training:

GPU training:

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🌸