Closed pummi823 closed 2 years ago
Besides, it also raise another wrong :"module 'torch' has no attribute 'square", and i change the code to "torch.pow(x,2)" to solve it
hi, starting torch 1.70, torch has minimum, see: https://pytorch.org/docs/1.7.0/generated/torch.minimum.html?highlight=minimum#torch.minimum
Please check your cuda version and closely follow the README instruction.
you are really a very kind author!thanks for your answer!
Hello!author, i finally succesfully install the spconv, and my environment is torch1.4, when i run the train.py, it raise: File "/data1/hx/BtcDet/btcdet/models/occ_pnt/occ_training_targets/occ_targets_template.py", line 88, in point2coords_inrange coords = torch.minimum(coords, max_grid_tensor) AttributeError: module 'torch' has no attribute 'minimum' why??? is the torch version wrong??(i also use torch1.3, it raise the same wrong)