Skip to content

Fix data-related public API#76143

Closed
ejguan wants to merge 2 commits intopytorch:masterfrom
ejguan:public_api
Closed

Fix data-related public API#76143
ejguan wants to merge 2 commits intopytorch:masterfrom
ejguan:public_api

Conversation

@ejguan
Copy link
Contributor

@ejguan ejguan commented Apr 20, 2022

This is PR aims to expose the right data-relate API.

There are two more changes made in this PR to convert public api to private api
check_lambda_fn -> _check_lambda_fn
deprecation_warning -> _deprecation_warning

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Apr 20, 2022

🔗 Helpful links

💊 CI failures summary and remediations

As of commit cff29d0 (more details on the Dr. CI page):

Expand to see more

💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@facebook-github-bot facebook-github-bot added the oncall: distributed Add this issue/PR to distributed oncall triage queue label Apr 20, 2022
@ejguan ejguan added module: data torch.utils.data release notes: dataloader release notes category topic: improvements topic category and removed oncall: distributed Add this issue/PR to distributed oncall triage queue labels Apr 20, 2022
Copy link
Collaborator

@albanD albanD left a comment

Choose a reason for hiding this comment

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

Thanks for taking the time to do this! It looks great!

@ejguan
Copy link
Contributor Author

ejguan commented Apr 20, 2022

Thanks for taking the time to do this! It looks great!

I need to land this PR internally from phabricator because the changes need to be made in a single Diff to be shipped to both PyTorch and TorchData together.

@facebook-github-bot
Copy link
Contributor

@ejguan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@ejguan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@ejguan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

ejguan added a commit to ejguan/data that referenced this pull request Apr 21, 2022
Summary:
This is PR aims to expose the right data-relate API.

There are two more changes made in this PR to convert public api to private api
`check_lambda_fn` -> `_check_lambda_fn`
`deprecation_warning` -> `_deprecation_warning`

X-link: pytorch/pytorch#76143

Reviewed By: albanD, NivekT

Differential Revision: D35798311

Pulled By: ejguan

fbshipit-source-id: 16898c8828dae42afa0b84660f8961005d419c6f
facebook-github-bot pushed a commit to meta-pytorch/data that referenced this pull request Apr 21, 2022
Summary:
Pull Request resolved: #368

This is PR aims to expose the right data-relate API.

There are two more changes made in this PR to convert public api to private api
`check_lambda_fn` -> `_check_lambda_fn`
`deprecation_warning` -> `_deprecation_warning`

X-link: pytorch/pytorch#76143

Reviewed By: albanD, NivekT

Differential Revision: D35798311

Pulled By: ejguan

fbshipit-source-id: b13fded5c88a533c706702fb2070c918c839dca4
facebook-github-bot pushed a commit that referenced this pull request Apr 21, 2022
Summary:
X-link: meta-pytorch/data#368

This is PR aims to expose the right data-relate API.

There are two more changes made in this PR to convert public api to private api
`check_lambda_fn` -> `_check_lambda_fn`
`deprecation_warning` -> `_deprecation_warning`

Pull Request resolved: #76143

Reviewed By: albanD, NivekT

Differential Revision: D35798311

Pulled By: ejguan

fbshipit-source-id: b13fded5c88a533c706702fb2070c918c839dca4
@malfet malfet closed this in 0289ab2 Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed module: data torch.utils.data release notes: dataloader release notes category topic: improvements topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants