forked from mlcommons/cm4mlops
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enabled dataset to be used from host - resnet50 and retinanet #152
Merged
arjunsuresh
merged 21 commits into
GATEOverflow:mlperf-inference
from
anandhu-eng:sdxl_accuracy_fixes
Oct 16, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3db5cd2
used copy instead of softlink in retinanet
anandhu-eng 93c4507
enabled retinanet model download
anandhu-eng f439d78
reverted dataset path changes
anandhu-eng fe750b5
reverted retinanet model download
anandhu-eng 9802874
Merge branch 'mlperf-inference' into sdxl_accuracy_fixes
anandhu-eng 900f459
added env key - CM_OPENIMAGES_CALIBRATION_DATASET_PATH
anandhu-eng 86ea53a
Updated new env keys
anandhu-eng 210262f
added env key - CM_DATASET_OPENIMAGES_VALIDATION_ANNOTATIONS_FILE_PATH
anandhu-eng 90f7528
updated new env keys
anandhu-eng 3acbced
download retinanet dataset in host
anandhu-eng ab6afca
disabled model download inside docker - nvidia
anandhu-eng e3ee8a8
updated env variables for annotation and data
anandhu-eng 0f9c48e
modifed env variable for openimage dataset
anandhu-eng 94aadf0
added CM_DATASET_OPENIMAGES_PATH to mount
anandhu-eng 926deae
updated new env keys
anandhu-eng 2c1aba3
added skip if env condition for dataset download
anandhu-eng 46d62e8
added common variable for using dataset from host
anandhu-eng 4a3decb
added use_dataset_from_host input mapping
anandhu-eng 815695d
Merge branch 'mlperf-inference' into sdxl_accuracy_fixes
anandhu-eng 49a8d7d
fix typo
anandhu-eng b519cfd
skipped dataset download while building container
anandhu-eng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also add a condition to skip this only during the docker build stage - I think it is
CM_RUN_STATE_DOCKER=yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated: b519cfd