'SparseTensor' object has no attribute 'coord_maps'
jmwang0117 opened this issue · 1 comments
jmwang0117 commented
drprojects commented
Hi @jmwang0117, sorry for the late reply, I was out-of-office for a while.
It indeed seems to be related to your torchsparse
version. If you followed install.sh
, you should have installed torchsparse==1.1.0
. Please make sure you follow install.sh
, as some more recent library versions (eg torchsparse
and torch-geometric
) are not backward-compatible.
To install torchsparse==1.1.0
you can use:
pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git@v1.1.0
Please let me know if this solves your problem