Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-03-05 | 1.0 kB | |
v0.5.2.tar.gz | 2021-03-05 | 5.7 MB | |
v0.5.2.zip | 2021-03-05 | 5.9 MB | |
Totals: 3 Items | 11.6 MB | 0 |
- spmm average cuda function
- SparseTensor list operators (cat, mean, sum, var)
- MinkowskiStack containers
- Replace all at::cuda::getCurrentCUDASparseHandle with custom getCurrentCUDASparseHandle (issue [#308])
- fix coordinate manager kernel map python function
- direct max pool
- SparseTensorQuantizationMode.MAX_POOL
- TensorField global max pool
- origin field
- origin field map
- MinkowskiGlobalMaxPool CPU/GPU updates for a field input
- SparseTensor.dense() raises a value error when a coordinate is negative rather than subtracting the minimum coordinate from a sparse tensor. (issue [#316])
- Added
to_sparse()
that removes zeros. (issue [#317])- Previous
to_sparse()
was renamed toto_sparse_all()
MinkowskiToSparseTensor
takes an optionalremove_zeros
boolean argument.
- Previous
- Fix global max pool with batch size 1
- Use separate memory chunks for in, out map, and kernel indices for
gpu_kernel_map
for gpu memory misaligned error