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

Move model initialization logging statement to base module. #355

Closed
ashwinvaidya17 opened this issue Jun 9, 2022 · 0 comments · Fixed by #363
Closed

Move model initialization logging statement to base module. #355

ashwinvaidya17 opened this issue Jun 9, 2022 · 0 comments · Fixed by #363
Assignees

Comments

@ashwinvaidya17
Copy link
Collaborator

Just an idea, but maybe we can move this to the base AnomalyModule class, something like

logger.info(f"Initializing {self.__class__.__name__} model.")

This way we don't need to add this line to every model.
I guess we could address this separately.

Originally posted by @djdameln in #343 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants