王宇驰
Results
2
issues of
王宇驰
[spconv_debug.tar.gz](https://github.com/traveller59/spconv/files/14174304/spconv_debug.tar.gz) I have attached the python code and pkl(model and input) that contains the issue. ```python import pickle from torch.cuda.amp import autocast import torch with open('conv1.pkl', 'rb') as f: conv1...