-
Notifications
You must be signed in to change notification settings - Fork 57
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
Tutorials license #1220
Tutorials license #1220
Conversation
@@ -284,6 +285,9 @@ def nodes_builder(model: GraphModule, | |||
graph_node_type = BaseNode | |||
kwargs = {} | |||
|
|||
if node.name == RESERVED_NAME_TO: | |||
node.name = node.name + RESERVED_NAME_SUFFIX |
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.
Maybe it should be in a different PR?
You should also get your employer (if you work as a programmer) or school, | ||
if any, to sign a "copyright disclaimer" for the program, if necessary. | ||
For more information on this, and how to apply and follow the GNU AGPL, see | ||
<https://www.gnu.org/licenses/>. |
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.
Add Copyright (C) 2024 Ultralytics
Main changes: | ||
Modify layers to make them more suitable for quantization | ||
torch.fx compatibility | ||
Detect head (mainly the box decoding part that was optimized for model quantization) |
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.
Missing Indentation
solutions will be better for different programs; see section 13 for the | ||
specific requirements. | ||
|
||
You should also get your employer (if you work as a programmer) or school, |
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.
Add Copyright (C) 2024 Ultralytics
Pull Request Description:
Update license and copyright in the tutorials code
Checklist before requesting a review: