-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Example] Add battery-electrochemical-performance prediction model #967
base: develop
Are you sure you want to change the base?
[Example] Add battery-electrochemical-performance prediction model #967
Conversation
* revert grid to scatter for plot can not solve unordered data * add description for DeePMD-kit(paddle) * add card for different kit * update style
* add markdownlint into pre-commit * fix documents by markdownlint * fix typing and add create_graph&retain_graph in symbolic * fix description for create_graph and retain_graph in docstring
* fix * fix hydra * fix bug * fix * fix * fix * fix * doc fix
* support parallel grad to optimize grad computation with reducing common pathes in backward graph * fix * clean code * update grad merge code for any common prefix numerator * clean code * update final code * refine docstrings and variable & function name * add graph_filename * change heat_exchanger to sympy equation
* fix * fix
* fix coner case for FusedDerivativeNode is placed at the end of nodes group * add UT for fuse derivatives * fix bug
* update phygeonet doc * fix model name
* refine documents and remove redundant blankline toml * refine more documents
* update quick_start * convert all sh * update version note for release 2.6 * update optimizer usage code
* [Add] arch examples * [Change] examples * [Change] examples * [Change] register_input_transform * [Change] data with rand --------- Co-authored-by: HydrogenSulfate <[email protected]>
* [Add] phylstm examples * [Change] phylstm examples * [Change] remove blank line
* update docstring * remove spaces in args * update * remove extra blank line
…ent Network for Solving Spatiotemporal PDEs (PaddlePaddle#674) * Add files via upload * Create readme.md * Add files via upload * Update __init__.py * Add files via upload * Add files via upload * add * add * add * add * add * add * add * add * add * add * a * a * Update phycrnet.md * Update phycrnet.md * Update phycrnet.md * a * d * d * a * a * a * a * a * a * p * a * a * a * update .md file * update .md file * update .md file * fix * edit md * eval * m * m * edit * edit --------- Co-authored-by: WG <[email protected]> Co-authored-by: wangguan <[email protected]>
* add 3 install method in README.md * add more contributors
* (WIP)Add tutorial page * fix document * fix * change split_to_dict and concat_to_tensor to staticmethod * update batch_index class variable for all datasets * move legend to outter-right of curve box and set dpi to 200 * add 1 more aistudio url
* update copyright header * update docstring of PhyCRNet
* remove python3.7 * update
* add RegAE example * add RegAE --------- Co-authored-by: HydrogenSulfate <[email protected]>
* add validation for hydra config * update unitest for pydantic * fix for OptimizerList * fix
重新提交了 |
运行脚本这里辛苦转换成可执行py脚本文件吧,另外看到里面有很多tensorflow等其他框架代码,辛苦检查并修正一下。可以把测试结果和向光说明补充在在MLP_LI.md文档中。 |
8f84d79
to
30c9aa4
Compare
向光说明是什么意思?重新更新了,辛苦看一下还有哪里需要更改 |
相关说明,打错字了不好意思。 |
哦哦,麻烦看一下还有什么需要修改的地方 |
现在提交的文件和说明文档的部分有些不太完整,文档格式上辛苦再检查一下,做一下修正和完善 |
您好,文档部分的格式进行了一些修改,辛苦看一下,哪里是否需要修改 |
文档的部分辛苦按照链接里的教程再修改一下吧 |
您好,已经按照文档链接修改了,辛苦看下哪里还有问题 |
1.加载文档的时候,该案例为能正确显示,还存在一些bug: 关于训练好的模型权重文件,已经上传到云上,您可以将这个权重文件的链接参考其他案例附到案例介绍的文档中 |
您好,之前说的问题已经修改,辛苦看一下哪里还有问题 |
PR types
PR changes
Describe