-
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
Add allen cahn sota #879
Add allen cahn sota #879
Conversation
Thanks for your contribution! |
ppsci/loss/mse.py
Outdated
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.
CausalMSELoss的权重计算过程应该需要把NTK考虑进来,因为源论文的causalmseloss在NTK是否开启有两种实现方式
x: [2.0, False] | ||
fourier: | ||
dim: 256 | ||
scale: 1.0 |
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.
dim: 256 | ||
scale: 1.0 | ||
random_weight: | ||
mean: 0.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.
iters_per_epoch: ${TRAIN.iters_per_epoch} | ||
learning_rate: 1.0e-3 | ||
gamma: 0.9 | ||
decay_steps: 2000 |
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.
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.
LGTM,辛苦提交PR
* add allen cahn ntk * update code * add allen cahn ntk * update code * update code * update code * 修改配置 --------- Co-authored-by: HydrogenSulfate <[email protected]>
PR types
New features
PR changes
Others
Describe