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

[Hot-fix/v0.4.0-geti1.1.0] Fix zero-division error in one cycle lr scheduler in multilabel classification #1449

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

supersoob
Copy link
Contributor

This is for fixing the bug ticket -> https://jira.devtools.intel.com/browse/CVS-99293

This issue was caused because end_iters in onecyclelr scheduler is updated as 1(this value, 1 makes zerodivision error should be avoided) when epoch is set to 5. (end_iters = pct_value * num_epoch) -> https://github.com/open-mmlab/mmcv/blob/46eb9ec5d07ea344ed43056d007a7eb71dc3ee98/mmcv/runner/hooks/lr_updater.py#L648. I fixed it by adding more decimal in pct_value.

@supersoob supersoob requested a review from a team as a code owner December 16, 2022 07:57
@github-actions github-actions bot added the ALGO Any changes in OTX Algo Tasks implementation label Dec 16, 2022
@chuneuny-emily chuneuny-emily merged commit 3b86905 into releases/v0.4.0-geti1.1.0 Dec 16, 2022
@chuneuny-emily chuneuny-emily deleted the CVS-99293 branch December 16, 2022 08:16
@supersoob
Copy link
Contributor Author

image
Local cli test result -> test_ote_deploy_openvino failed because of other issue
image

@sungmanc
Copy link
Contributor

run ote-test

1 similar comment
@supersoob
Copy link
Contributor Author

run ote-test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ALGO Any changes in OTX Algo Tasks implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants