dyyyyt
Results
1
comments of
dyyyyt
when i modify the code in /root/conda/lib/python3.9/site-packages/torch/nn/normalization.py as return F.layer_norm( input, self.normalized_shape, self.weight, self.bias, self.eps) with return F.layer_norm( input, self.normalized_shape, self.weight.type(input.dtype), self.bias.type(input.dtype), self.eps) then the same error arise in the...