Zhonghua Wu
Zhonghua Wu
Hi, have you solve this problem? Now I am using the 3090 and I think 3090 can only use cuda 11+
Hi, have you tried to modify the code to adapt MinkowskiEngine 0.5? I have tried the modify the segmentation code. But I found the mIoU drops 3% on S3DIS dataset....
Sorry, we initialize ''part_emb_3_level'' but not use in the forward function. You can add ''self.part_emb_3_level = nn.Parameter(torch.FloatTensor(1, 256, self.part_num).normal_(0.0, variance))'' in the __init__() function