bump up version, support for older models
- as per the spconv documentation, the order of channels in weights is now changed - we need to get all the affected weights, using the util function in spconv_utils - we need to check the version with the version checker in __init__.py - we need to transpose last two dimensions of existing weights, from older models - to avoid duplication a single _load_state_dict method is added
Showing
pcdet/spconv_utils.py
0 → 100644
Please register or sign in to comment