kunzaiyy
kunzaiyy
When I ran the scannet demo of this project,it said : Traceback (most recent call last): File "/home/iipl/SpatioTemporalSegmentation/demo/scannet.py", line 127, in model = Res16UNet34C(3, 20, config).to(device) File "/home/iipl/SpatioTemporalSegmentation/models/res16unet.py", line 23,...
Hello,I used to train this network with my own datasets. But I found a problem.the version of the MinkowskiEngine Project is higher than this train network, which means , the...
When i use these code to train this network with multi GPU: if torch.cuda.device_count() > 1: model = torch.nn.DataParallel(model) model = model.cuda() It send me this error: RuntimeError: Caught RuntimeError...
After i installed cuda( conda install pytorch torchvision cudatoolkit=9.0 -c pytorch),when i ran python generate.py configs/demo.yaml,i got this problem:: RuntimeError: cublas runtime error : the GPU program failed to execute...