Skip to content

PaddlePaddle 1.4.1

Compare
Choose a tag to compare
@XiaoguangHu01 XiaoguangHu01 released this 23 Apr 04:19
· 7 commits to release/1.4 since this release
3df4cbf

Release Notes

BUG修复

  • 修复一些op在InferShape时对变长shape检查的错误

  • 增加一些op对长度为零的LoD序列输入的支持

  • 修复用recurrent op实现StaticRNN的一些bug

  • 修复动态图dygraph模型checkpoint存储和读取的bug

  • fix bugs of some ops in InferShape

  • fix bugs of some ops with input LoD length = 0

  • fix bugs of recurrent op for StaticRNN

  • fix bugs of dygraph when saving and loading model checkpoint