GPU测试
This commit is contained in:
13
benchmark/__main__.py
Normal file
13
benchmark/__main__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Benchmark 框架入口点
|
||||
|
||||
使用方式:
|
||||
python -m benchmark --model yolo11n.pt
|
||||
python -m benchmark --config benchmark_config.yaml
|
||||
python -m benchmark --help
|
||||
"""
|
||||
|
||||
from .cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user