Deleting a branch is permanent. It CANNOT be undone. Continue?
Deleting a branch is permanent. It CANNOT be undone. Continue?
Dear OpenI User
Thank you for your continuous support to the Openl Qizhi Community AI Collaboration Platform. In order to protect your usage rights and ensure network security, we updated the Openl Qizhi Community AI Collaboration Platform Usage Agreement in January 2024. The updated agreement specifies that users are prohibited from using intranet penetration tools. After you click "Agree and continue", you can continue to use our services. Thank you for your cooperation and understanding.
For more agreement content, please refer to the《Openl Qizhi Community AI Collaboration Platform Usage Agreement》
[WIP]update sizeto update size 1 year ago代码合入后PyNative下size相关问题可解决,图模式下现象和当前一致(部分场景异常),框架侧适配后可完全解决(2.3前解决)
Size下的方法是否支持在图模式下使用?
用例可以写成pynative和图模式共用的代码,图模式不支持skip掉,既能明显看出功能支持范围,也能节省ci中graph执行时间
暂不支持图模式,已将后面部分用例改造成图模式用例执行,当前先skip
这个输出“mindtorch.Size”感觉不合适
torch 输出的是torch.Size
torch.Size([2, 3])
这个加入之后,会不会影响非size输入的图模式功能?
不会,这个添加后,图模式也是正常执行的,只是当成了tuple,导致结果不符合预期,理论上不影响其他场景
ed079aba0e
.