Image-Identification-for-Self-Driving-Cars
Image-Identification-for-Self-Driving-Cars copied to clipboard
Bump torch-geometric from 1.7.2 to 2.5.3
Bumps torch-geometric from 1.7.2 to 2.5.3.
Release notes
Sourced from torch-geometric's releases.
PyG 2.5.3: Bugfixes
PyG 2.5.3 includes a variety of bug fixes related to the
MessagePassing
refactoring.Bug Fixes
- Ensure backward compatibility in
MessagePassing
viatorch.load
(#9105)- Prevent model compilation on custom
propagate
functions (#9079)- Flush template file before closing it (#9151)
- Do not set
propagate
method twice inMessagePassing
fordecomposed_layers > 1
(#9198)Full Changelog: https://github.com/pyg-team/pytorch_geometric/compare/2.5.2...2.5.3
PyG 2.5.2: Bugfixes
PyG 2.5.2 includes a bug fix for implementing
MessagePassing
layers in Google Colab.Bug Fixes
- Raise error in case
inspect.get_source
is not supported (#9068)Full Changelog: https://github.com/pyg-team/pytorch_geometric/compare/2.5.1...2.5.2
PyG 2.5.1: Bugfixes
PyG 2.5.1 includes a variety of bugfixes.
Bug Fixes
- Ignore
self.propagate
appearances in comments when parsingMessagePassing
implementation (#9044)- Fixed
OSError
on read-only file systems withinMessagePassing
(#9032)- Made
MessagePassing
interface thread-safe (#9001)- Fixed metaclass conflict in
Dataset
(#8999)- Fixed import errors on
MessagePassing
modules with nested inheritance (#8973)- Fix
OSError
when downloading datasets withsimplecache
(#8932)Full Changelog: https://github.com/pyg-team/pytorch_geometric/compare/2.5.0...2.5.1
PyG 2.5.0: Distributed training, graph tensor representation, RecSys support, native compilation
We are excited to announce the release of PyG 2.5 🎉🎉🎉
PyG 2.5 is the culmination of work from 38 contributors who have worked on features and bug-fixes for a total of over 360 commits since
torch-geometric==2.4.0
.Highlights
... (truncated)
Commits
f1656e3
update52e4c22
updatefbb2a50
pyg 2.5.258c1c62
update74ed43b
update1b195a0
updatefbd23bb
Add figures to distributed tutorial (#8917)4c32243
[Documentation] Add tutorial for distributed CPU training (#8824)79ee6ad
Revert commit (#8915)c61ea54
MakeKNNSearch
warnings more descriptive (#8914)- Additional commits viewable in compare view
Dependabot 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)
Dependabot tried to add @glenn-jocher
as a reviewer to this PR, but received the following error from GitHub:
POST https://api.github.com/repos/JeffWang0325/Image-Identification-for-Self-Driving-Cars/pulls/378/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the JeffWang0325/Image-Identification-for-Self-Driving-Cars repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
The following labels could not be found: dependencies
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions YOLOv5 🚀 and Vision AI ⭐.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.