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

[Fix] Corrected config valid sequence for predefined models #72

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

klemen1999
Copy link
Collaborator

Previously if you use predefined model you would get an error in the logs saying "No metrics specified..." due to them not being taken from the predefined model definition.

Now model config gets populated first with predefined configs and after that the main metric validation occurs resulting in no error in the logs.

Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
5331 4492 84% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
luxonis_train/utils/config.py 90% 🟢
TOTAL 90% 🟢

updated for commit: f0c0ff8 by action🐍

Copy link

Test Results

 2 files   2 suites   24m 30s ⏱️
45 tests 45 ✅ 0 💤 0 ❌
92 runs  91 ✅ 1 💤 0 ❌

Results for commit f0c0ff8.

@klemen1999 klemen1999 merged commit b3f9f5d into dev Sep 17, 2024
6 checks passed
@klemen1999 klemen1999 deleted the fix/correct_valid_sequence branch September 17, 2024 07:14
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.

1 participant