You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python test.py --name coco_pretrained --dataset_mode coco --dataroot '/home/chrispie/projects/SPADE/datasets/coco_stuff'
....
dataset [CocoDataset] of size 8 was created
Network [SPADEGenerator] was created. Total number of parameters: 97.5 million. To see the architecture, do print(network).
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=405 error=11 : invalid argument
Traceback (most recent call last):
File "test.py", line 36, in <module>
generated = model(data, mode='inference')
File "/home/chrispie/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
File "/home/chrispie/projects/SPADE/models/pix2pix_model.py", line 58, in forward
fake_image, _ = self.generate_fake(input_semantics, real_image)
File "/home/chrispie/projects/SPADE/models/pix2pix_model.py", line 197, in generate_fake
fake_image = self.netG(input_semantics, z=z)
File "/home/chrispie/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
File "/home/chrispie/projects/SPADE/models/networks/generator.py", line 91, in forward
x = self.head_0(x, seg)
File "/home/chrispie/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
File "/home/chrispie/projects/SPADE/models/networks/architecture.py", line 60, in forward
dx = self.conv_0(self.actvn(self.norm_0(x, seg)))
File "/home/chrispie/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 485, in __call__
hook(self, input)
File "/home/chrispie/.local/lib/python3.6/site-packages/torch/nn/utils/spectral_norm.py", line 100, in __call__
setattr(module, self.name, self.compute_weight(module, do_power_iteration=module.training))
File "/home/chrispie/.local/lib/python3.6/site-packages/torch/nn/utils/spectral_norm.py", line 86, in compute_weight
sigma = torch.dot(u, torch.mv(weight_mat, v))
RuntimeError: cublas runtime error : the GPU program failed to execute at /pytorch/aten/src/THC/THCBlas.cu:116
The text was updated successfully, but these errors were encountered:
I am running on an rtx 2080 with cuda 10.1.
Does this mean one rtx 2080 is not enough ?
The text was updated successfully, but these errors were encountered: