Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Training v4.0 benchmarks to compatibility table #167

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 20 additions & 15 deletions MLPerf_Compatibility_Table.adoc
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
:toc:
:toclevels: 4

N/A : Benchmark not present in a round

X: Change in benchmark. Submission results can be compared across rounds when there has been no change in the benchmark

== Training

|===
|Model |0.5 |0.6 |0.7 |1.0 |1.1 |2.0 |2.1 |3.0
|ResNet-50 v1.5 |X 7+|X
|SSD-ResNet34 |X 4+|X 3+|N/A
|RetinaNet-ResNeXt50 5+|N/A 3+|X
|MaskRCNN |X 7+|X
|NCF |X 7+|N/A
|NMT |X 2+|X 5+|N/A
|Transformer |X 2+|X 5+|N/A
|MiniGo |X |X 5+|X 1+|N/A
|DLRM 2+|N/A 5+|X 1+|N/A
|DLRM-dcnv2 7+|N/A |X
|BERT 3+|N/A 5+|X
|RNN-T 3+|N/A |X 4+|X
|3D U-Net 3+|N/A 5+|X
|GPT3 7+|N/A |X
|Model |0.5 |0.6 |0.7 |1.0 |1.1 |2.0 |2.1 |3.0 | 3.1 | 4.0
|ResNet-50 v1.5 |X 9+|X
|SSD-ResNet34 |X 4+|X 5+|N/A
|RetinaNet-ResNeXt50 5+|N/A 5+|X
|MaskRCNN |X 8+|X |N/A
|NCF |X 9+|N/A
|NMT |X 2+|X 7+|N/A
|Transformer |X 2+|X 7+|N/A
|MiniGo |X |X 5+|X 3+|N/A
|DLRM 2+|N/A 5+|X 3+|N/A
|DLRM-dcnv2 7+|N/A 3+|X
|BERT 3+|N/A 7+|X
|RNN-T 3+|N/A |X 5+|X |N/A
|3D U-Net 3+|N/A 7+|X
|GPT3 7+|N/A 3+|X
|LLama70B-LoRA 9+|N/A |X
|RGAT 9+|N/A |X
|===

Metric: Time-to-train (measured in minutes)
Expand Down
Loading