• acivgin1's avatar
    bump up version, support for older models · 3817a135
    acivgin1 authored
    - 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
    3817a135
detector3d_template.py 17.9 KB