TypeError: div() got an unexpected keyword argument ‘rounding_mode’
报错代码:torch.div(…,…,rounding_mode=“floor”)mask_idx=torch.div(idx,self.instance_classes,rounding_mode=“floor”)报错原因:rounding_mode在torch1.8才引入https://github.com/mit-han-lab/torchsparse/pull/126torch.div()