Skip to content
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.53】NSFnets (Navier-Stokes Flow nets): Physics-informed neural networks for the incompressible Navier-Stokes equations #695

Merged
merged 31 commits into from
Jan 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
a
DUCH714 committed Dec 20, 2023
commit 47eae2cea349a7fd3dced9311c8b8323ade1ce0c
2 changes: 1 addition & 1 deletion examples/nsfnet/conf/VP_NSFNet1.yaml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ log_freq: 5000

eval_freq: 5000

pretrained_model_path: ./output_NSFNet1/checkpoints/latest
pretrained_model_path: null


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删除多余空行


2 changes: 1 addition & 1 deletion examples/nsfnet/conf/VP_NSFNet2.yaml
Original file line number Diff line number Diff line change
@@ -27,4 +27,4 @@ log_freq: 5000

eval_freq: 100

pretrained_model_path: ./output_NSFNet2/checkpoints/latest
pretrained_model_path: null
2 changes: 1 addition & 1 deletion examples/nsfnet/conf/VP_NSFNet3.yaml
Original file line number Diff line number Diff line change
@@ -29,4 +29,4 @@ log_freq: 5000

eval_freq: 5000

pretrained_model_path: ./output_NSFNet3/checkpoints/latest
pretrained_model_path: null