Created
March 13, 2022 17:08
-
-
Save ttamg/78d4fbedcafda3eac6e0e13c169a1fce to your computer and use it in GitHub Desktop.
AI-benchmark run script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# benchmark.py | |
from ai_benchmark import AIBenchmark | |
benchmark = AIBenchmark() | |
results = benchmark.run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment