mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
docs(module 19): add MLPerf trademark attribution and pedagogical framing
- MLPerf® is a trademark of MLCommons - This module teaches the principles of MLPerf-style benchmarking
This commit is contained in:
@@ -2108,7 +2108,10 @@ if __name__ == "__main__":
|
||||
"""
|
||||
### MLPerf - Standardized Industry Benchmarking
|
||||
|
||||
MLPerf provides standardized benchmarks that enable fair comparison across different systems, similar to how MLPerf works for larger models. This is crucial for reproducible research and industry adoption.
|
||||
MLPerf® is a trademark of MLCommons. This module provides MLPerf-style standardized
|
||||
benchmarks that enable fair comparison across different systems, similar to how the
|
||||
official MLPerf suite works for larger models. This is important for reproducible
|
||||
research and industry adoption.
|
||||
|
||||
### Why Standardization Matters
|
||||
|
||||
@@ -2206,6 +2209,9 @@ class MLPerf:
|
||||
"""
|
||||
MLPerf-style standardized benchmarking for edge ML systems.
|
||||
|
||||
MLPerf® is a trademark of MLCommons. This module teaches the principles of
|
||||
MLPerf-style benchmarking through a simplified suite inspired by MLPerf Tiny.
|
||||
|
||||
Provides fixed benchmark configurations with target thresholds,
|
||||
standardized measurement protocols, and compliance reporting.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user