Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
•
2fb0234
1
Parent(s):
7109f43
Fix benchmark.py docstring
Browse files- scripts/benchmark.py +1 -1
scripts/benchmark.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
"""Perform inference of one model on
|
2 |
|
3 |
from __future__ import annotations
|
4 |
|
|
|
1 |
+
"""Perform inference of one model on a dataset and measure time and energy."""
|
2 |
|
3 |
from __future__ import annotations
|
4 |
|