-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add probability param for random flip functions. #38
Conversation
…book." This reverts commit eefb6ee.
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, great PR! 🚀
Can you please either:
- remove the commits where you first and and then remove code
- squash the commits into a single one
…flip_up_down. Add example of usage of probability in flip functions in notebook. Minor fix in docstring of `random_flip_left_right`. Revert "Add example of usage of probability in flip functions in notebook." This reverts commit eefb6ee. Remove unnecessary import. Changes based on PR comments. .
Thanks a lot for the review! Let me know if I missed anything :) |
Let me know if there is anything left to iron out :) |
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.
Final comments! 🚀
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 a lot @pabloduque0! 🚀
Once internal review is passed, the PR will be automatically merged! |
@pabloduque0, we have a release freeze in effect for NeurIPS 2022 until end of 2022/05/19. After that date, the PR will be automatically merged! |
@claudiofantacci no worries at all! No rush from my side, after all I have the changes locally to use them :) Yes, I will look into adding a couple functions in the near future, might follow up on #37 to check with you if they are a good fit or not. Thanks a lot again for the review and the merge! |
Based on the conversation in #37 . Will work on adding one or two functions in the upcoming weeks.
Apologies for the extra unnecessary commits, vs studio butcher the notebook and had to revert that one, we can squash it. Happy to update the notebook in a follow up as well.
A few thoughts:
Feel free to add any comments on the wording of the docstring as well.