()
| 24 | return torch.isfinite(tensor.feats).all() and torch.isfinite(tensor.coords).all() |
| 25 | |
| 26 | def clear_cuda_error(): |
| 27 | torch.cuda.synchronize() |
| 28 | torch.cuda.empty_cache() |
| 29 | |
| 30 | if __name__ == '__main__': |
| 31 | parser = argparse.ArgumentParser() |
no outgoing calls
no test coverage detected