pytorch_pretrained_BERT icon indicating copy to clipboard operation
pytorch_pretrained_BERT copied to clipboard

pow not implemented for Half object

Open meltemcetiner opened this issue 4 years ago • 0 comments

for line 169, I faced RunTimeError 'pow not implemented for Half' training a model. For all pow functions are used under torch as torch.pow() except this one. Is there a probability to miss this one ?

meltemcetiner avatar Jan 11 '21 16:01 meltemcetiner