Skip to content

Tool to test the AI capability of hardware

License

Notifications You must be signed in to change notification settings

baodijun/AiBenchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AiBenchmark

This tool was built to test the AI capability of a device. It tests the computational power of a device by doing a number of varius math computations that are heavily used within AI.

Installation

  1. If testing a gpu, install cuda driver version 10.2
  2. Install python>=3.6. Tested and verified with Python 3.8.2.
  3. Install python3-pip
  4. Install pytorch 1.5
  5. Install dependencies
    pip install -r requirements.txt
    

Use

Quick directions on how to use it. For more indepth detail use --help

About

Tool to test the AI capability of hardware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%