Skip to content

Validation of fn on input_col for Datapipes #755

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

Closed
wants to merge 1 commit into from

Conversation

bushshrub
Copy link
Contributor

Fixes #362

Changes

  • Uses validator from torch main to apply checks
  • Apply check on FlatMapperIterDataPipe

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 28, 2022
Copy link
Contributor

@NivekT NivekT left a comment

Choose a reason for hiding this comment

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

LGTM! CI was failing so I am going to re-run. This might have to rebase after #749 merges. I will check back later to see.

@NivekT
Copy link
Contributor

NivekT commented Aug 29, 2022

The believe the CI failures are caused by a different PR, but a rebase should be required since the file being edited has been changed by a different PR. Let me know if you can rebase. Thanks!

@bushshrub
Copy link
Contributor Author

Yeah I can run a rebase

@bushshrub
Copy link
Contributor Author

bushshrub commented Sep 2, 2022

@pytorchbot rebase

Oops that did not work

@facebook-github-bot
Copy link
Contributor

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

@bushshrub bushshrub force-pushed the input-col-validation branch from 9750de7 to 2042349 Compare September 3, 2022 02:14
@facebook-github-bot
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add validation between input_col and fn for Callable DataPipes
3 participants