-
Notifications
You must be signed in to change notification settings - Fork 169
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
【Hackathon 5th No.58】 A physics-informed deep neural network for surrogate modeling in classical elasto-plasticity #606
Conversation
Thanks for your contribution! |
代码可以有evaluation的补充吗?如果没有的话md文件里需要改一下,因为yaml文件里没有EVAL这一项 |
设置了eval_during_train=True,单独evaluation没有作用,已修改md文件 |
辛苦~ 合入之前还有一些需要补充和修改的地方:
谢谢 |
不大理解,模型复现总的过程就是模型+模型训练+收集数据画图,现在的问题是不理解收集哪部分数据 1 变量名已修改 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要将指标量化一下,如 Eval error:
total | ||||
---|---|---|---|---|
paper | xx | xx | xx | xx |
ppsci | xx | xx | xx | xx |
diff | xx% | xx% | xx% | xx% |
所以需要将原代码运行一下,记录相关指标,辛苦
运行指标
原仓库有的数据类型为float64 |
好的,辛苦,不过22%这个算错了,应该是5%左右吧 |
已修改 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: 修改、完善代码和文档
修改PR #636 |
PR types
Others
PR changes
Others
Describe
迁移原PR #558
修改:
Data类结构修改
取消global
Solver plot_loss_history使用的数据为一项,多项数据画图不支持,所以没有使用plot_loss_history
取消 irepeat
数据集读取错误,增加num_workers=0配置
使用hydra
PaddlePaddle/Paddle#57262
训练精度
torch
paddle
数据集在 https://github.com/meghbali/ANNElastoplasticity/tree/main/Datasets/WG
dstate-16-plas.dat
dstress-16-plas.dat
已修改:
Data类结构修改
取消global
取消 irepeat
数据集读取错误,增加num_workers=0配置
使用hydra