We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytorch里的linspace支持start和end为scalar,oneflow不支持,报错:`
复现例子:
import oneflow as flow a = flow.tensor(3) b = flow.tensor(10) output = flow.linspace(a, b, steps=5) print(output)
The text was updated successfully, but these errors were encountered:
感谢反馈~ 这个问题我们会尽快修复到 nightly oneflow 上
Sorry, something went wrong.
这个问题已经在:
#8941
修复了,您可以使用最新的 nightly 验证一下~
Flowingsun007
Successfully merging a pull request may close this issue.
pytorch里的linspace支持start和end为scalar,oneflow不支持,报错:`
复现例子:
The text was updated successfully, but these errors were encountered: