CodeFormer icon indicating copy to clipboard operation
CodeFormer copied to clipboard

cuDNN error: CUDNN_STATUS_MAPPING_ERROR

Open JeremyLinky opened this issue 2 years ago • 0 comments

Hi, when I set the fidelity_weight w to be greater than 0 in the inference stage, the following error occurs:

return F.conv2d(input, weight, bias, self.stride, RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR

Could you provide any solutions? Thanks.

JeremyLinky avatar Sep 13 '23 05:09 JeremyLinky