You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model that includes layer_norm() raises the following MCT error:
TypeError: layer_norm(): argument 'normalized_shape' (position 2) must be tuple of ints, not Parameter
File "./venv_np_1_26/lib/python3.11/site-packages/torch/nn/functional.py", line 2515, in layer_norm
return torch.layer_norm(input, normalized_shape, weight, bias, eps, torch.backends.cudnn.enabled)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: layer_norm(): argument 'normalized_shape' (position 2) must be tuple of ints, not Parameter
The text was updated successfully, but these errors were encountered:
Issue Type
Bug
Source
source
MCT Version
1.10.0
OS Platform and Distribution
No response
Python version
No response
Describe the issue
Expected behaviour
No response
Code to reproduce the issue
Log output
The text was updated successfully, but these errors were encountered: