Read our press release here. For Frequently Asked Questions, refer here.
This is a project by CAKRes Innovations that aims to improve workflow of research scientists in natural sciences. It aims to do so by producing real-world accurate upscaled image of low-resolution simulation of physical phenomenon.
Currently, the project to focuses on Super Resolution in the domain of Fluid Dynamics, with domain expansion in the future.
Inspiration from this project.
We are training our models using the following resources:
- 1x RTX4090
- 1x RTX3090
- 64 GB Memory
- 5 TB Storage
- Apache Spark cluster
We might use this benchmark.
The dataset are available here. Use your UT Email Adderss to access it.
conda create -n cakres python=3.11
conda activate cakres
pip install -r requirements.txt
python FNO/fno_fluid.py \
--data_path path/to/your/training/data.h5 \
--val_data_path path/to/your/validation/data \
--exp_name experiement_name \
--scale 4 \
--epochs 50 \
--batch_size 4 \
--lr 0.001results will be saved in a directory structure like this:
experiments/
└── <exp_name>/ # Directory named from --exp_name argument
├── output.log # Console output and logs
├── metrics.json # Training/validation metrics
├── best_fno_model_s<scale>.pth # Best model checkpoint
├── fno_metrics_s<scale>.png # Plot for training and validation loss
└── fno_crop_viz_s<scale>_p<patch_size>_*.png # Visualization comparison images