2.0.1
版本发布时间: 2021-09-16 15:22:57
pyg-team/pytorch_geometric最新发布版本:2.5.3(2024-04-19 19:37:44)
PyG 2.0.1
This is a minor release, bringing some emergency fixes to PyG 2.0.
Bugfixes
- Fixed a bug in
loader.DataLoader
that raised aPicklingError
fornum_workers > 0
(thanks to @r-echeveste, @arglog and @RishabhPandit-00) - Fixed a bug in the creation of
data.Batch
objects in case customizeddata.Data
objects expect non-default arguments (thanks to @Emiyalzn) - Fixed a bug in which
SparseTensor
attributes could not be batched along single dimensions (thanks to @rubenwiersma)