Skip to content

Combi2k2/MG-Turbulent-Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MG-Turbulent-Flow

Run the following command to create dataset for our model:

>>> mkdir rbc_data
>>> python3 ./utils/data_gen.py

Training

Run the following command to start the training session:

>>> python3 ./main.py \\
     --checkpoint_dir checkpoints \\
     --batch_size 32 \\
     --regulizer 1
Variable Description
checkpoint_dir Path to save the checkpoint of the model's params
batch_size Training and evaluating batch_size
regulizer Apply regulizer (div W = 0) when the value is non-zero

Velocity U & V Ground Truth and Prediction

Demo by Multigrid Memory model

Reference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published