-
Notifications
You must be signed in to change notification settings - Fork 539
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
Stripped the git history to reduce the repo size #1686
Closed
Closed
Conversation
This file contains 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
Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 77b22df
* New object detector resnext50 sample implementation * Remove resnext50 model source code Remove model source code and adapt scripts to work with torchscript file Publish torchscript and onnx models in zenodo and add them to README * Integrate new detection model with openimages * Add script and instructions to export resnext model * Add calibration list and scripts to download them Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 26951d7
Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: b284212
Former-commit-id: 799a410
* Support v2.1 in submission checker * Add ssd-resnext50 fields Former-commit-id: 6fb638f
Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 042f210
Former-commit-id: f576d52
Former-commit-id: fc02e9b
Former-commit-id: ef8e58e
…ommons#1184) * [Loadgen for LON] making non-const function for sut->Name() call sut->Name() call requiires dynamic behavior through QDL in LON. * Removing const from SUT Name() * Removing const from Name() - missed ones Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: ef663f8
Using python3 is easier here as python2 is not used anymore and python command gives error on macOS Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 7c3c697
Former-commit-id: 0f870ff
….py (mlcommons#1213) Former-commit-id: bd1af52
* Update README (mlcommons#1167) * Change python to python3 * Update name and model scores * Rename resnext50 to retinanet * Add new BERT calibration dataset (mlcommons#1172) Co-authored-by: rameshchukka <rnaidu02@yahoo.com> * LoadGen: Update to version number * Update random seeds (mlcommons#1179) * Fix regex (mlcommons#1178) * Merge master into 2.1. Fix merge issues (mlcommons#1191) * Update CLA bot (mlcommons#1180) * removing obselete audit directory (mlcommons#1188) * [Loadgen for LON] making non-const function for sut->Name() call (mlcommons#1184) * [Loadgen for LON] making non-const function for sut->Name() call sut->Name() call requiires dynamic behavior through QDL in LON. * Removing const from SUT Name() * Removing const from Name() - missed ones Co-authored-by: rameshchukka <rnaidu02@yahoo.com> * Update run_local.sh (mlcommons#1181) Using python3 is easier here as python2 is not used anymore and python command gives error on macOS Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Co-authored-by: Bruno Ferreira <bruno.mgf@gmail.com> Co-authored-by: georgelyuan <53881988+georgelyuan@users.noreply.github.com> Co-authored-by: Jinho Suh <83969361+nv-jinhosuh@users.noreply.github.com> Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Co-authored-by: Arjun Suresh <arjunsuresh1987@gmail.com> * Compliance patch (mlcommons#1195) * Replace ssd-resnet by retinanet * Fix compliance folder issue * Replace ssd-resnet by retinanet (mlcommons#1194) Co-authored-by: tjablin <tjablin@google.com> * Update power-dev submodule hash to latest r2.1 * Remove const in QSL (mlcommons#1199) * Update power-dev submodule * [r2.1] Add bert-99 and bert-99.9 to the submission-checker model_mapping guess * Flip order of conditions * Remove retinanet from TEST04 retinanet NMS runtime is significantly larger than the old ssd benchmarks due to the larger number of classes in OpenImages. As such, the assumption that TEST04 makes that all samples should have roughly equal computational cost no longer holds for this workload. * Update TEST04 readme * Update final report script (mlcommons#1211) * Support for network division and multi-nodes (mlcommons#1214) * Compute symmetric difference correctly * Ignore .gitkeep * 2.0 -> 2.1, Filter Power * Four digit system IDs * Fix an unnecessary '.' at beginning of notes if hw_notes is empty (mlcommons#1224) * Fix an unnecessary '.' at beginning of notes if hw_notes is empty * Add Part3 of Compliance TEST01 to Submission Checker * Update submission-checker.py Fix the required_delta for higher accuracy models * Fix delta calculation for compliance TEST01 part 3 * Run pyformat on submission related scripts * Tuples (mlcommons#1234) * Support tuples for accelerator count * Support ssd-large in open Co-authored-by: Pablo Gonzalez <pablo.gonzalez@factored.ai> Co-authored-by: nvitramble <84538536+nvitramble@users.noreply.github.com> Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Co-authored-by: Core.Halt <46298335+corehalt@users.noreply.github.com> Co-authored-by: Bruno Ferreira <bruno.mgf@gmail.com> Co-authored-by: georgelyuan <53881988+georgelyuan@users.noreply.github.com> Co-authored-by: Jinho Suh <83969361+nv-jinhosuh@users.noreply.github.com> Co-authored-by: Arjun Suresh <arjunsuresh1987@gmail.com> Co-authored-by: Po-Han Huang <pohanh@nvidia.com> Co-authored-by: Michael Goin <michael@neuralmagic.com> Former-commit-id: 22579b4
Former-commit-id: 5eff93b
* Passing bert data and model paths from env * Added an option to skip accuracy verification for bert * Added an option to override log path for bert Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 8c59377
Former-commit-id: 62f05c5
Former-commit-id: b57978b
Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 161b745
Former-commit-id: 1dbc775
* Adds support for multi-threaded preprocessing of images * Added cuda support for bert * Fixes issue with mlcommons#410 * Fixes issue with mlcommons#410 * Fixes issue with mlcommons#1249 for image-classification, avoid torch usage for onnxruntime backend * Fixes issue with mlcommons#1249 * Update file names in Readme * Removed unnecessary comment * Fix for mlcommons#1264, disable highest level of optimizations for onnxruntime backend on aarch64 Co-authored-by: pgmpablo157321 <pablo.gonzalez@factored.ai> Former-commit-id: 270360d
mlcommons#1254 has changed the names for the external files, resulting in an error while executing the reference BERT. This is a simple fix to complement those changes. Former-commit-id: 83e2cc9
Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 37d3778
Former-commit-id: fd9efad
Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 7937922
Former-commit-id: b9c5daa
Former-commit-id: a5edd85
Co-authored-by: rameshchukka <rnaidu02@yahoo.com> Former-commit-id: 986ade9
* Added Github test for loadgen * Fix git branch Former-commit-id: 0b18682
Former-commit-id: d45a66c
Co-authored-by: Miro <mirhodak@amd.com> Former-commit-id: d7dba08
* Update README.md No longer need custom fork as the relevant changes are in the inference repository * Update dataset.py --------- Co-authored-by: Miro <mirhodak@amd.com> Former-commit-id: b0777f0
Co-authored-by: Miro <mirhodak@amd.com> Former-commit-id: 3190d09
…and dlrmv2 models (mlcommons#1604) * Update README.md Add CM commands to download Stable diffusion models * Update README.md * Update README.md Former-commit-id: 840435a
* Turn equal issue mode off for Llama2 TEST06 * Add TEST06 to the output dir Former-commit-id: 817dd96
* Fix submission checker and TEST06 for Llama2 * Remove redundant line * Move test_dir check Former-commit-id: 0ed5190
…UNet) (mlcommons#1624) Currently 3D-UNet is the only workload using equal-issue mode on Offline scenario. Recent code change on LLM equal-issue mode caused 3D-UNet accuracy run to run more than 1 queries, causing the accuracy log to bloat and fail the accuracy checking script. This change fixes the problem described above. Former-commit-id: f06b920
Former-commit-id: f9a643c
* Hotfix: DLRMv2 Audit Test01 fallback failure DLRMv2 Audit TEST01 may go to fallback route and the accuracy check script (accuracy-dlrm.py) didn't expect this to happen. It always expects entire sample set to be in the accuracy log while Audit TEST01 would generate subset only. This fixes the Audit TEST01 failure described above. * typo fix Former-commit-id: 486a629
…g low accuracy results (mlcommons#1627) Former-commit-id: de31ee2
Former-commit-id: 268bc9d
Former-commit-id: 5d0c221
Former-commit-id: dc94ae3
Former-commit-id: ab747c4
Former-commit-id: d037f22
Former-commit-id: 147a91a
Former-commit-id: 15d14c9
Former-commit-id: 46a35c2
Former-commit-id: c0bd844
Former-commit-id: 8219069
Former-commit-id: e39003a
Former-commit-id: 7fc059b
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
closing this as this PR cannot take a sync from master branch |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These files are removed from the git history
Before the change
After the change