LinYongChun
Results
2
comments of
LinYongChun
my train_dataloader is set (batch_size=1, num_workers=1)
I found this bug in MinkowskiEngine. I modify and rebuid the MinkowskiEngine code ( in src/spmm.cu coo_spmm function, I change the nnz to static_cast(nnz). Therefore, this bug never seen again.