Closed akira-l closed 1 year ago
I always get error after python 'opencood/tools/train.py --hypes_yaml opencood/hypes_yaml/second_early_fusion.yaml'
ImportError: cannot import name 'TensorOpParams' from 'cumm.gemm.algospec.core'
Can you provide a docker container directly? Though I fix all the dependency problem, I always get errors for cumm, pccm, spconv, etc.
though my cuda version is 11.1, I fix this bug by installing spconv-113 and cumm-113
I always get error after python 'opencood/tools/train.py --hypes_yaml opencood/hypes_yaml/second_early_fusion.yaml'
ImportError: cannot import name 'TensorOpParams' from 'cumm.gemm.algospec.core'
Can you provide a docker container directly? Though I fix all the dependency problem, I always get errors for cumm, pccm, spconv, etc.