-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conversation
72062c2
to
84435bf
Compare
@@ -606,11 +593,9 @@ class JCPennyCategory(BaseMultiModalDataset): | |||
_INFO = { | |||
"train": { | |||
"url": get_repo_url() + "jc_penney_products/train.csv", |
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.
Why did we need SHA's earlier?
and why do we remove it?
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.
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.
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.
LGTM!
faf0b3d
to
5078838
Compare
5078838
to
ac03ae8
Compare
Issue #, if available:
Description of changes:
mmcv
andmmdet
versionresult
column for the primary metrics inresults.csv
predictor.fit(time_limit)
withTIME_LIMIT
defined forcdk_context
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.