PaddlePaddle / PaddleScience

PaddleScience is SDK and library for developing AI-driven scientific computing applications based on PaddlePaddle.
http://paddlescience-docs.rtfd.io/
Apache License 2.0
245 stars 131 forks source link

[Enh] Add numpy solver in config solvers #869

Closed HydrogenSulfate closed 2 months ago

HydrogenSulfate commented 2 months ago

PR types

New features

PR changes

Others

Describe

  1. 支持解析yaml配置中的numpy下的属性,如在numpy中填写np.pi并在程序运行时被解析成np.pi浮点常量。
  2. 基于推理模型导出顺序的修复PRhttps://github.com/PaddlePaddle/Paddle/pull/63791删除手动排序的代码。
paddle-bot[bot] commented 2 months ago

Thanks for your contribution!