pytorch_pretrained_BERT
pytorch_pretrained_BERT copied to clipboard
pow not implemented for Half object
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 ?