Skip to content

PaddlePaddle 2.1.3 Release Note

Compare
Choose a tag to compare
@jzhang533 jzhang533 released this 11 Oct 02:04
· 21454 commits to develop since this release
06d47ff

本版本主要是对2.1.2中的部分问题的修复,重点如下:

  • 新增 paddle.disable_signal_handler 支持关闭 Paddle 中信号捕捉机制,从而支持同时使用Paddle与TVM(#35366)。
  • 修复 paddle.flatten 在静态图使用下编译期计算维度错误的问题(#35398)。