NVIDIA / modulus

Open-source deep-learning framework for building, training, and fine-tuning deep learning models using state-of-the-art Physics-ML methods
https://developer.nvidia.com/modulus
Apache License 2.0
791 stars 165 forks source link

🐛[BUG]: Corrdiff image plotting scripts do not work #553

Open stathius opened 2 weeks ago

stathius commented 2 weeks ago

Version

0.7.0a

On which installation method(s) does this occur?

Source

Describe the issue

The plotting files do not work, nothing is passed to main. I'm doing a PR for this just wanted to raise visibility.

https://github.com/NVIDIA/modulus/blob/main/examples/generative/corrdiff/inference/plot_multiple_samples.py

https://github.com/NVIDIA/modulus/blob/main/examples/generative/corrdiff/inference/plot_single_sample.py

Minimum reproducible example

python plot_multiple_samples.py --netcdf_file file.nc --output_dir .

Relevant log output

No response

Environment details

No response