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

feat(dataset): support Link type for dataset #944

Merged
merged 2 commits into from
Aug 23, 2022

Conversation

tianweidut
Copy link
Member

@tianweidut tianweidut commented Aug 19, 2022

Description

Feature Show

  • dataset build
    image
    image
    swcli dataset summary mnist/version/latest
    {
        'rows': 10000,
        'increased_rows': 10000,
        'unchanged_rows': 0,
        'label_byte_size': 10000,
        'data_byte_size': 7840000,
        'include_link': True,
        'include_user_raw': True
    }
  • data load for mnist
    • image
    • image
    • image
    • image

Modules

  • Client
  • Python-SDK

Checklist

  • run code format and lint check
  • add unit test
  • add necessary doc

@tianweidut tianweidut added this to the v0.3 milestone Aug 19, 2022
@tianweidut tianweidut self-assigned this Aug 19, 2022
@tianweidut tianweidut linked an issue Aug 19, 2022 that may be closed by this pull request
5 tasks
@tianweidut tianweidut changed the title IWP: feat(dataset): support Link type for dataset WIP: feat(dataset): support Link type for dataset Aug 19, 2022
@tianweidut tianweidut force-pushed the feat/dataset-link branch 13 times, most recently from 4b944e8 to 1b88f07 Compare August 22, 2022 08:21
@tianweidut tianweidut changed the title WIP: feat(dataset): support Link type for dataset feat(dataset): support Link type for dataset Aug 22, 2022
@tianweidut tianweidut marked this pull request as ready for review August 22, 2022 08:21
@tianweidut tianweidut requested review from anda-ren, goldenxinxing and jialeicui and removed request for anda-ren August 22, 2022 08:22
@jialeicui
Copy link
Contributor

LGTM

@jialeicui jialeicui merged commit ee3acba into star-whale:main Aug 23, 2022
@tianweidut tianweidut deleted the feat/dataset-link branch April 16, 2023 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[#756 subtask] support index-only dataset
2 participants