Skip to content
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

[feat] Implement basic ELAN (Efficient Layer Aggregation Networks) #585

Merged
merged 4 commits into from
Nov 12, 2024

Conversation

hglee98
Copy link
Contributor

@hglee98 hglee98 commented Nov 7, 2024

Description

This PR aims to present ELAN basic block.

Related to #582

We recommend to link at least one existing issue for PR. Before your create a PR, please check if there is an issue for this change.

Change(s)

  • Implement basic ELAN block.

Code Formatting

If you PR to either master or dev branch, you should follow the code linting process. Please check your code with lint_check.sh in ./scripts directory.
For more information, please read the contribution guide in CONTRIBUTING.md.

Changelog

If your PR is granted to dev branch, codeowner will add a brief summary of the change to the Upcoming Release section of the CHANGELOG.md file including a link to the PR (formatted in markdown) and a link to your github profile.

For example,

- Added a new feature by `@myusername` in [PR 2023](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/2023)

Please enable Allow edits and access to secrets by maintainers so that our maintainers can update the CHANGELOG.md.

@hglee98 hglee98 requested a review from illian01 as a code owner November 7, 2024 01:25
Comment on lines 853 to 856
class ELAN(nn.Module):
"""
basic ELAN structure.
"""
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you add paper reference where this module idea came from?
And if this code is copied version and not self-implemented from paper, please add reference of original codebase.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for reviewing the implementation.
I would upload the url for the reference with additional commit! 👍
ref: https://github.com/WongKinYiu/YOLO/blob/main/yolo/model/module.py

@hglee98 hglee98 requested a review from illian01 November 12, 2024 06:40
Copy link
Collaborator

@illian01 illian01 left a comment

Choose a reason for hiding this comment

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

LGTM!

@illian01 illian01 merged commit 3b1ec92 into Nota-NetsPresso:dev Nov 12, 2024
2 checks passed
@illian01 illian01 added the enhancement New feature or request label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants