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
There is a corresponding check function that throws an exception when the input to flow.randn is -1, but subsequent processing throws an exception, causing a crash to occur.
Code to reproduce bug
import oneflow as flow
flow.randn(-1)
System Information
What is your OneFlow installation (pip, source, dockerhub): source
OS: Ubuntu 22.04.3 LTS
OneFlow version (run python3 -m oneflow --doctor):
Summary
There is a corresponding check function that throws an exception when the input to flow.randn is -1, but subsequent processing throws an exception, causing a crash to occur.
Code to reproduce bug
System Information
python3 -m oneflow --doctor
):The text was updated successfully, but these errors were encountered: