Skip to content

Commit

Permalink
Merge pull request #424 from aychun/423-registry-file-name
Browse files Browse the repository at this point in the history
refactor: postprocessors/register.py -> registry.py
  • Loading branch information
illian01 committed Apr 19, 2024
2 parents 48217e8 + 25fa792 commit e405599
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ No changes to highlight.
## Other Changes:

- Save training summary at every end of epochs by `@illian01` in [PR 420](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/420)
- Refacotring: rename postprocessors/register.py to registry.py by `@aychun` in [PR 424](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/424)

# v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion src/netspresso_trainer/postprocessors/builder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .register import POSTPROCESSOR_DICT
from .registry import POSTPROCESSOR_DICT


def build_postprocessor(task: str, conf_model):
Expand Down

0 comments on commit e405599

Please sign in to comment.