Closed sandeepnmenon closed 1 year ago
When I run
python evaluate.py configs/semantic_kitti/default.yaml --name SemanticKITTI_val_SPVCNN@119GMACs
I get the distributed init error because it is not run using torchpack unlike the train script On fixing that, there is a CUDA out of memory error because there is not no_grad decorator arround the inference script
When I run
I get the distributed init error because it is not run using torchpack unlike the train script On fixing that, there is a CUDA out of memory error because there is not no_grad decorator arround the inference script