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

Optuna #136

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft

Optuna #136

wants to merge 31 commits into from

Conversation

nikk-nikaznan
Copy link
Collaborator

@nikk-nikaznan nikk-nikaznan commented Mar 26, 2024

To be reviewed after the validation PR
Implementing Optuna to hopefully able to get the best hyper parameters for our problem (especially learning rate)

  • For now having options for number of epochs and LR.
  • log in the mlflow the best params and the validation precision of that.

@nikk-nikaznan nikk-nikaznan changed the title Nikkna/lr dev Nikkna/optuna Apr 4, 2024
@nikk-nikaznan nikk-nikaznan changed the title Nikkna/optuna Optuna Apr 4, 2024
@nikk-nikaznan nikk-nikaznan marked this pull request as ready for review April 4, 2024 10:43
@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2024

Codecov Report

Attention: Patch coverage is 27.08333% with 35 lines in your changes missing coverage. Please review.

Project coverage is 36.83%. Comparing base (c372e30) to head (b58c731).

Files Patch % Lines
crabs/detection_tracking/optuna_fn.py 28.57% 25 Missing ⚠️
crabs/detection_tracking/models.py 14.28% 6 Missing ⚠️
crabs/detection_tracking/train_model.py 33.33% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
- Coverage   37.12%   36.83%   -0.30%     
==========================================
  Files          19       20       +1     
  Lines        1309     1352      +43     
==========================================
+ Hits          486      498      +12     
- Misses        823      854      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nikk-nikaznan nikk-nikaznan requested a review from sfmig April 5, 2024 10:14
nikk-nikaznan and others added 4 commits April 5, 2024 16:42
Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com>
Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com>
@nikk-nikaznan nikk-nikaznan marked this pull request as draft April 9, 2024 15:52
Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com>
nikk-nikaznan and others added 5 commits April 12, 2024 16:35
Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com>
Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com>
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 this pull request may close these issues.

None yet

2 participants