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

Uploading logs to MLFlow #16

Merged
merged 12 commits into from
Feb 28, 2024
Merged

Uploading logs to MLFlow #16

merged 12 commits into from
Feb 28, 2024

Conversation

kozlov721
Copy link
Collaborator

Uploading logs to MLFlow

  • Added functionality to upload logs to MLFlow at the end of the training.
  • Replaced exception with error log in ExportOnTrainEnd callback if no checkpoint was created

@kozlov721 kozlov721 added the enhancement New feature or request label Feb 27, 2024
@kozlov721 kozlov721 self-assigned this Feb 27, 2024
Copy link

github-actions bot commented Feb 27, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4450 3543 80% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
luxonis_train/callbacks/export_on_train_end.py 39% 🟢
luxonis_train/core/core.py 81% 🟢
luxonis_train/core/trainer.py 68% 🟢
luxonis_train/models/luxonis_model.py 89% 🟢
TOTAL 69% 🟢

updated for commit: 986680b by action🐍

Copy link

github-actions bot commented Feb 27, 2024

Test Results

  6 files    6 suites   57m 25s ⏱️
 32 tests  32 ✅ 0 💤 0 ❌
192 runs  192 ✅ 0 💤 0 ❌

Results for commit 986680b.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@conorsim conorsim left a comment

Choose a reason for hiding this comment

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

LGTM

@kozlov721 kozlov721 merged commit f42192c into dev Feb 28, 2024
10 checks passed
@kozlov721 kozlov721 deleted the feature/save-logs branch February 28, 2024 16:07
kozlov721 added a commit that referenced this pull request Oct 9, 2024
* upload logs to mlflow

* added mlflwo instance

* multithread log upload

* fixed upload logs

* fixed log file path

* removed exceptions

* logging exceptions

* fixed typo

* reverted exception

* moved line

* replaced warning with error log

* Update trainer.py
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