-
Notifications
You must be signed in to change notification settings - Fork 166
Rename BucketBatcher argument to avoid name collision #304
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
Conversation
[ghstack-poisoned]
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.
Thanks for fixing it.
I was also thinking to change the name of this DataPipe to Bucketizer
with functional name bucketize
in favor of this commonly used name (https://www.tensorflow.org/tfx/transform/api_docs/python/tft/bucketize)
I think that seems reasonable. We will have to go through the deprecation process. |
@NivekT has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
We have a DataPipe using the functional API name `in_batch_shuffle`. Therefore, this DataPipe should **not** have a class variable with the same name to avoid confusion. Differential Revision: [D34939045](https://our.internmc.facebook.com/intern/diff/D34939045) [ghstack-poisoned]
We have a DataPipe using the functional API name `in_batch_shuffle`. Therefore, this DataPipe should **not** have a class variable with the same name to avoid confusion. Differential Revision: [D34939045](https://our.internmc.facebook.com/intern/diff/D34939045) [ghstack-poisoned]
@NivekT has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
We have a DataPipe using the functional API name `in_batch_shuffle`. Therefore, this DataPipe should **not** have a class variable with the same name to avoid confusion. Differential Revision: [D34939045](https://our.internmc.facebook.com/intern/diff/D34939045) [ghstack-poisoned]
@NivekT has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Stack from ghstack:
We have a DataPipe using the functional API name
in_batch_shuffle
. Therefore, this DataPipe should not have a class variable with the same name to avoid confusion.Differential Revision: D34939045