Skip to content
New issue

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

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

Already on GitHub? # to your account

Update multimodal dep #75

Merged
merged 12 commits into from
Mar 31, 2024
Merged

Conversation

suzhoum
Copy link
Collaborator

@suzhoum suzhoum commented Mar 30, 2024

Issue #, if available:

Description of changes:

  1. Update mmcv and mmdet version
  2. Update job name for AWS Batch
  3. Include result column for the primary metrics in results.csv
  4. Support seed randomization
  5. Support train test split when test data is not available
  6. Override predictor.fit(time_limit) with TIME_LIMIT defined for cdk_context
  7. Some minor updates

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@suzhoum suzhoum force-pushed the update_multimodal_dep branch from 72062c2 to 84435bf Compare March 30, 2024 00:52
@suzhoum suzhoum requested a review from prateekdesai04 March 30, 2024 00:52
@@ -606,11 +593,9 @@ class JCPennyCategory(BaseMultiModalDataset):
_INFO = {
"train": {
"url": get_repo_url() + "jc_penney_products/train.csv",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we need SHA's earlier?
and why do we remove it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SHA is not a required field and was in place for sanity check. Since we might have to update datasets sometimes, it is required to update the sha as well which is too much hassle.

Copy link
Collaborator

@prateekdesai04 prateekdesai04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@suzhoum suzhoum force-pushed the update_multimodal_dep branch from faf0b3d to 5078838 Compare March 30, 2024 23:48
@suzhoum suzhoum force-pushed the update_multimodal_dep branch from 5078838 to ac03ae8 Compare March 31, 2024 03:20
@suzhoum suzhoum merged commit 75bb0e9 into autogluon:master Mar 31, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants