zhwesky2010
zhwesky2010
@shizhh 你好,请问现在还有这个问题吗,dropout后面因为另一个问题改过
@zrr1999 你好,还需要在 https://github.com/PaddlePaddle/docs 中增加transpose的中文文档
> 一些小问题,注意,链接+示例代码+返回值的问题属于红线,优先解决一下~ 辛苦了 有问题地方都已经删掉了,目前没问题了,发版PR需要尽快合入
@zrr1999 你好,需要处理下冲突,审核后会合入
@jm12138 @arogozhnikov Hello, It is seemed that if `transpose、reshape、stack、tile、unsequeeze` supports 0D, this PR can pass CI and paddle will be supported in EinOps. We will support these 5 APIs for...
@jm12138 @arogozhnikov Problem mentioned above has been fix in https://github.com/PaddlePaddle/Paddle/pull/46555. If there are any other prolem and we will fixed as soon as possible.
@qingqing01 麻烦模型负责人修复下
@NKNaN 好 那就把fp16、bf16下的case支持全吧
> @luotao1 @zhwesky2010 hi, 我似乎没在test里找到关于view的test。我需要为-1的shape推导单独写一个test么。如果需要我该写在什么位置呢。谢谢~(我已经测试过,并确定shape推导没问题了) 在test_stride.py里面,在这个里面加一个case吧:https://github.com/PaddlePaddle/Paddle/blob/develop/test/deprecated/legacy_test/test_stride.py#L519-L557