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

Improving logging and one hot encoding embedder #122

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

SebieF
Copy link
Collaborator

@SebieF SebieF commented Nov 18, 2024

Once applied, this PR will:

  • Set log level of onnx and dynamo to ERROR -> Reducing amount of logs that is not relevant to the user
  • Speed up one hot encoding embedder -> Using numpy functions to improve performance up to 5x

Reducing amount of logs that is not relevant to the user
Using numpy functions to improve performance up to 5x
@SebieF SebieF added enhancement New feature or request maintenance Code or example maintainance labels Nov 18, 2024
@SebieF SebieF self-assigned this Nov 18, 2024
@SebieF SebieF merged commit b02872b into sacdallago:develop Nov 18, 2024
2 of 4 checks passed
@SebieF SebieF deleted the feature/logging-one-hot branch November 18, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance Code or example maintainance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant