RuntimeError: “unfolded2d_copy“ not implemented for ‘Half‘

Implenished for ‘Half’
: Implenished for ‘Half’


PyTorch Conv CPU does not support FP16, so just set use_half=False and you will be able to perform the calculation.

Read More: