We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a445cf6 commit 9f81ae6Copy full SHA for 9f81ae6
CHANGELOG.md
@@ -8,6 +8,7 @@
8
- TensorField.splat function for splat features to a sparse tensor
9
- SparseTensor.interpolate function for extracting interpolated features
10
- `coordinate_key` property function for `SparseTensor` and `TensorField`
11
+- Fix .dense() for GPU tensors. (PR #319)
12
13
## [0.5.3]
14
MinkowskiEngine/__init__.py
@@ -22,7 +22,7 @@
22
# Please cite "4D Spatio-Temporal ConvNets: Minkowski Convolutional Neural
23
# Networks", CVPR'19 (https://arxiv.org/abs/1904.08755) if you use any part
24
# of the code.
25
-__version__ = "0.5.3"
+__version__ = "0.5.4"
26
27
import os
28
import sys
0 commit comments