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

[AutoMM] add a new column type 'image_base64_str' #3867

Merged
merged 6 commits into from
Feb 7, 2024

Conversation

Harry-zzh
Copy link
Collaborator

Issue #, if available:

Description of changes:

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

@zhiqiangdon zhiqiangdon added the model list checked You have updated the model list after modifying multimodal unit tests/docs label Jan 29, 2024
@zhiqiangdon zhiqiangdon added the run-multi-gpu Run multimodal multi-gpu tests label Jan 29, 2024
Comment on lines 91 to 93
if is_base64str:
train_data = pd.read_csv(f"{dataset_path}/train_base64_str.csv")
test_data = pd.read_csv(f"{dataset_path}/test_base64_str.csv")
Copy link
Contributor

Choose a reason for hiding this comment

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

If the old version of shopee dataset was downloaded in the path, load_zip function would not download it again, resulting in the error FileNotFoundError: [Errno 2] No such file or directory: './shopee/train_base64_str.csv' . Is it possible that we generate the base64 str format online like the way we build bytearray images?

Copy link

github-actions bot commented Feb 7, 2024

Job PR-3867-ead5ca1 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-3867/ead5ca1/index.html

Copy link
Contributor

@zhiqiangdon zhiqiangdon left a comment

Choose a reason for hiding this comment

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

LGTM

@zhiqiangdon zhiqiangdon merged commit 83c4938 into autogluon:master Feb 7, 2024
36 checks passed
LennartPurucker pushed a commit to LennartPurucker/autogluon that referenced this pull request Jun 1, 2024
Co-authored-by: Ubuntu <ubuntu@ip-172-31-3-205.us-west-2.compute.internal>
Co-authored-by: Zhiqiang Tang <zhiqiang.tang@rutgers.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model list checked You have updated the model list after modifying multimodal unit tests/docs run-multi-gpu Run multimodal multi-gpu tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants