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
flow.nn.functional.conv_transpose1d crashes with parameters of a specific shape, it should need a shape check function on the parameter to check for legitimacy.
Code to reproduce bug
import oneflow as flow
flow.nn.functional.conv_transpose1d(input=oneflow.ones([1,1,1,1]), weight=oneflow.ones([1]))
System Information
What is your OneFlow installation (pip, source, dockerhub): pip
OS: Ubuntu 22.04.3 LTS
OneFlow version (run python3 -m oneflow --doctor):
Summary
flow.nn.functional.conv_transpose1d crashes with parameters of a specific shape, it should need a shape check function on the parameter to check for legitimacy.
Code to reproduce bug
System Information
python3 -m oneflow --doctor
):The text was updated successfully, but these errors were encountered: