zhongqingyang

Results 2 issues of zhongqingyang

I use ``` # line 28 img = torch.zeros((opt.batch_size, 3, *opt.img_size)).to(device='cuda') # line 31 model = attempt_load(opt.weights, map_location=torch.device('cuda')) ``` But it can only be loaded on GPU0。 ``` # line...