Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spconv 2.2.x #145

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c52d909
Update README.md
L-Reichardt Jun 10, 2022
eae9a20
Merge pull request #1 from L-Reichardt/patch-1
L-Reichardt Jun 10, 2022
b2b1a91
update to Spconv-cu113==2.1.21
Jun 13, 2022
cb63c13
added weights link
Jun 13, 2022
8ec7a2b
updated README
Jun 13, 2022
a4b209c
Update README.md
L-Reichardt Jun 13, 2022
8280123
Update README.md
L-Reichardt Jul 18, 2022
3b51022
Update README.md
L-Reichardt Jul 18, 2022
6498b08
Update README.md
L-Reichardt Jul 18, 2022
66b7ca6
Update README.md
L-Reichardt Jul 18, 2022
15fc049
Update README.md
L-Reichardt Jul 18, 2022
938de12
Update README.md
L-Reichardt Sep 30, 2022
9a3ae09
Update README.md
L-Reichardt Sep 30, 2022
64a46e1
Update README.md
L-Reichardt Sep 30, 2022
7d7b42f
Update README.md
L-Reichardt Sep 30, 2022
a54d3ba
Update train_cylinder_asym.py
L-Reichardt Oct 4, 2022
8168b17
Mixed Precision Support
L-Reichardt Oct 4, 2022
573c877
Mixed Precision Support
L-Reichardt Oct 4, 2022
7f719e9
Bugfix
L-Reichardt Oct 4, 2022
0470676
Update README.md
L-Reichardt Oct 4, 2022
f86552c
Update README.md
L-Reichardt Oct 4, 2022
2288372
Update README.md
L-Reichardt Oct 4, 2022
d94787d
FP16 / WD support
L-Reichardt Oct 5, 2022
a266191
Update README.md
L-Reichardt Oct 5, 2022
70c3567
Update README.md
L-Reichardt Oct 5, 2022
2fbc8ee
Update README.md
L-Reichardt Oct 5, 2022
ad2ab06
Update README.md
L-Reichardt Feb 27, 2023
e7d8ff5
Update README.md
L-Reichardt Mar 17, 2023
58acb57
Update README.md
L-Reichardt Mar 17, 2023
f603295
Update README.md
L-Reichardt Apr 5, 2023
1290371
Update README.md
L-Reichardt Oct 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
-
L-Reichardt authored Sep 30, 2022
commit 938de128ee1bcb6900f60e139ce021d7571ea0d9
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## TODO
- Fix issue in converted network (see below)
- Test with Cuda 11.6/11.7 support
- [Spconv 2.2](https://github.com/traveller59/spconv) (FP32 disabled by default, weight structure now only KRSC layout)

## Description
[Spconv-V2](https://github.com/traveller59/spconv) made major changes to the convolution operation and how weights are read. [Spconv-V1](https://github.com/traveller59/spconv/tree/v1.2.1) is not supported anymore. Following an unsuccessfull effort to restructure the weights, Cylinder3D was retrained on SemanticKITTI to produced new Spconv-v2 weights (FP32).
[Spconv-V2](https://github.com/traveller59/spconv) made major changes to the convolution operation and how weights are read. [Spconv-V1](https://github.com/traveller59/spconv/tree/v1.2.1) is not supported anymore. Following an unsuccessfull effort to restructure the weights, Cylinder3D was retrained on SemanticKITTI to produced new Spconv-v2 weights (FP32). The new spconv version receives continued support and leads to signfificant speedups in training.

This repository is forked from the [original implementation](https://github.com/xinge008/Cylinder3D), with the following major changes:
- Network code updated to Spconv-V2. Credit here goes to the code by @min2209 in[Issue](https://github.com/xinge008/Cylinder3D/issues/107).