runtime error
ā 0 in forward ā ā ā ā 187 ā ā ā init.zeros_(self.bias) ā ā 188 ā ā ā 189 ā def forward(self, input: Tensor) -> Tensor: ā ā ā± 190 ā ā return F.layer_norm( ā ā 191 ā ā ā input, self.normalized_shape, self.weight, self.bias, self ā ā 192 ā ā ā 193 ā def extra_repr(self) -> str: ā ā ā ā /usr/local/lib/python3.10/site-packages/torch/nn/functional.py:2515 in ā ā layer_norm ā ā ā ā 2512 ā ā return handle_torch_function( ā ā 2513 ā ā ā layer_norm, (input, weight, bias), input, normalized_shap ā ā 2514 ā ā ) ā ā ā± 2515 ā return torch.layer_norm(input, normalized_shape, weight, bias, ep ā ā 2516 ā ā 2517 ā ā 2518 def group_norm( ā ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'
Container logs:
Fetching error logs...