-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Expose misc ops at package level #4812
Conversation
💊 CI failures summary and remediationsAs of commit 89c1c0b (more details on the Dr. CI page): 💚 💚 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. |
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.
LGTM, thanks!
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 the PR @jdsgomes ,
If we're going to expose these in the torchvision.ops
namespace, I think we should also expose them in the docs in ops.rst
. These ops seem to lack docstring though, so maybe we should write some
We were going to expose using |
@oke-aditya The reason we are not doing it at the moment is because there is no consensus for renaming/moving stuff to |
Can understand it :) thanks for the clarification. |
Do you suggest adding the docstrings in this PR as well or that is out of scope and we should create a ticket for it? |
It's a small PR so I would suggest to do it here. It's fine to do it in a separate PR, as long it's not a "open an issue for it and forget" thing :) |
@jdsgomes if you feel you don't have context to write the docs, feel free to open a ticket and I'll help. Here are some info in case you want to give it a try: The The |
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.
Overall looks good. Just one comment on the stride size type. Let me know what you think.
Summary: * Expose misc ops at package level * Adding documentation to the ops exposed Reviewed By: kazhang Differential Revision: D32216670 fbshipit-source-id: 63d39b4e9b07020b29a399d0a1ae7bbb5f26bdbf
* Expose misc ops at package level * Adding documentation to the ops exposed
cc @datumbox @NicolasHug