-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
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
对于min、max等归约算法返回值的建议。 #41247
Comments
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~ Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day! |
您好,非常感谢您对API设计方面的改进建议!问题已经转发给Paddle内部负责API的同学进行评估 |
|
hello?这个第二个问题,不知道有没有给paddle的伙伴们反馈啊。@jim19930609 |
@hanjr92 欢迎试用并安装develop 版本的paddle whl包,将体验最新的0维特性:https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/linux-pip.html Hello, Paddle will fully support the 0-dimensional Tensor in version 2.5, and the 0D issue will also be resolved at the same time. |
欢迎您对PaddlePaddle提出建议,非常感谢您对PaddlePaddle的贡献!
在留下您的建议时,辛苦您同步提供如下信息:
1)PaddlePaddle版本:2.0.0
2)CPU/GPU:cpu
3)系统环境:windows 10
对于归约算法,如果不指定轴,最终获取的应该时一个标量,事实上其他三个框架最终结果也都是标量,而只有paddle给出的是一个一维张量。
The text was updated successfully, but these errors were encountered: