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
请将下面信息填写完整,便于我们快速解决问题,谢谢!
Only support 4D-Tensor as input for GroupNorm 问题描述
请在此处详细的描述报错信息
[ERROR][Paddle2ONNX] [group_norm: group_norm_22.tmp_0] Only support 4D-Tensor as input for GroupNorm
[Paddle2ONNX] Due to the operator: group_norm, this model cannot be exported to ONNX.
请将下面信息填写完整,便于我们快速解决问题,谢谢!
Only support 4D-Tensor as input for GroupNorm
问题描述
请在此处详细的描述报错信息
[ERROR][Paddle2ONNX] [group_norm: group_norm_22.tmp_0] Only support 4D-Tensor as input for GroupNorm
[Paddle2ONNX] Due to the operator: group_norm, this model cannot be exported to ONNX.
更多信息 :
nn.GroupNorm(num_channels=out_ch, num_groups=8))
其中x.shape为(b,c,h,w,d)五通道。
报错截图
其他信息
The text was updated successfully, but these errors were encountered: