You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Squashed commit of the following:
commit 26fb9f310e9a62e9775b7e6a2aabd424d0d8e521
Author: Chris Choy <[email protected]>
Date: Wed Dec 25 02:12:18 2019 -0800
manifest, CPU update
commit 1bc1456ccb0281486c0d08c2e5626bb4ee3047ff
Author: Chris Choy <[email protected]>
Date: Wed Dec 25 00:13:47 2019 -0800
CPU ONLY build
commit 0f8b07253c4a24683f9dcd0d67a03e926aa20a5d
Author: Chris Choy <[email protected]>
Date: Tue Dec 24 23:37:03 2019 -0800
minor update on training doc
commit 31766060189b49c2aeceb0584f579e8ae26afc5e
Author: Chris Choy <[email protected]>
Date: Tue Dec 24 13:45:48 2019 -0800
update sparse_quantize doc
- Use cudaMalloc instead of `at::Tensor` for GPU memory management for illegal memory access, invalid arg.
16
26
- Region hypercube iterator with even numbered kernel
17
27
- Fix global reduction in-out map with non contiguous batch indices
18
28
- GlobalPooling with torch reduction
19
-
- Add CoordsManager functions
20
-
-`get_batch_size`
21
-
-`get_batch_indices`
22
-
-`set_origin_coords_key`
23
29
- Update CoordsManager function `get_row_indices_per_batch` to return a list of `torch.LongTensor` for mapping indices. The corresponding batch indices is accessible by `get_batch_indices`.
24
30
- Update `MinkowskiBroadcast`, `MinkowskiBroadcastConcatenation` to use row indices per batch (`getRowIndicesPerBatch`)
25
31
- Update `SparseTensor`
26
32
-`allow_duplicate_coords` argument support
27
33
- update documentation, add unittest
28
-
- Add `quantize_th`, `quantize_label_th`
29
34
- Update the training demo and documentation.
30
35
- Update `MinkowskiInstanceNorm`: no `dimension` argument.
0 commit comments