-
Notifications
You must be signed in to change notification settings - Fork 412
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
build(deps): update faster-coco-eval requirement from ==1.5.* to ==1.6.* in /requirements #2750
build(deps): update faster-coco-eval requirement from ==1.5.* to ==1.6.* in /requirements #2750
Conversation
d7ed1fa
to
e9d1f6f
Compare
@SkafteNicki seems we have some compatibility issues, mind checking:
|
c1015b6
to
f660f41
Compare
5e923b6
to
1afa179
Compare
1afa179
to
1b3fb01
Compare
Updates the requirements on [faster-coco-eval](https://github.com/MiXaiLL76/faster_coco_eval) to permit the latest version. - [Release notes](https://github.com/MiXaiLL76/faster_coco_eval/releases) - [Changelog](https://github.com/MiXaiLL76/faster_coco_eval/blob/main/history.md) - [Commits](MiXaiLL76/faster_coco_eval@1.5.2...1.6.0) --- updated-dependencies: - dependency-name: faster-coco-eval dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1b3fb01
to
8e18015
Compare
For my on sake of trying to remember what I did:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2750 +/- ##
========================================
- Coverage 69% 36% -33%
========================================
Files 329 329
Lines 18085 18086 +1
========================================
- Hits 12506 6567 -5939
- Misses 5579 11519 +5940 |
Install of recent version of |
* fix Lightning-AI/torchmetrics#2750 (comment) * bump version
In my tests of version 1.6.2 I solved the problem with test_segm_iou_empty_gt_mask, but I couldn't solve the problems with test_average_argument in a simple way. It lies in sorting score on the python/c++ side. I couldn't figure it out quickly. https://github.com/Lightning-AI/torchmetrics/blob/master/tests/unittests/detection/test_map.py#L315 I will try to figure it out, but I am not sure if it is possible yet. |
@MiXaiLL76 thanks for the new release of |
Thanks @MiXaiLL76 for the fast response! |
@SkafteNicki |
Hi @MiXaiLL76 thanks for letting me know. I can see that we set our requirement file to
which means that the new version should be auto tested for new commits. The latest commit to master seems to have passed no problems so everything should be good. But thanks for letting us know! |
Updates the requirements on faster-coco-eval to permit the latest version.
Release notes
Sourced from faster-coco-eval's releases.
Changelog
Sourced from faster-coco-eval's changelog.
... (truncated)
Commits
af55180
fix61b086e
build testdff15bf
Update test_boundary.pyfd737d3
Update test_basic.pydb9c6dc
Update build.ymlf3009a4
Update build.yml56f6bcc
Update test_basic.py0aaed08
Update build.yml2f792e4
Update setup.py deprecated 3.6e9fcbab
Update build.yml deprecated 3.6Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)📚 Documentation preview 📚: https://torchmetrics--2750.org.readthedocs.build/en/2750/