Skip to content

Commit

Permalink
Update README for the mesh-reduced example (#649)
Browse files Browse the repository at this point in the history
* Update README.md

* remove dataset folder

* fix interogate

---------

Co-authored-by: Mohammad Nabian <mnabian@cs-oci-ord-login-01.cm.cluster>
  • Loading branch information
mnabian and Mohammad Nabian authored Oct 17, 2024
1 parent bd55003 commit f66026a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1,958 deletions.
9 changes: 6 additions & 3 deletions examples/cfd/vortex_shedding_mesh_reduced/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- markdownlint-disable MD013 -->

# Temporal attention model in Mesh-Reduced space for transient vortex shedding

This example is an implementation of the paper "Predicting Physics in Mesh-reduced Space
Expand Down Expand Up @@ -59,11 +61,12 @@ per GPU is set to 10 for the sequence model training. Traing epochs is set as 20
To download the data , run

```bash
cd dataset
sh TODO: need a shell to download the raw dataset from a cloud storage.
wget --content-disposition https://api.ngc.nvidia.com/v2/resources/nvidia/modulus/modulus_datasets_cylinder-flow/versions/v1/zip -O modulus_datasets_cylinder-flow_v1.zip
unzip modulus_datasets_cylinder-flow_v1.zip
unzip dataset.zip
```

This example requires the `torch-scatter` and `torch-cluster` library for the
This example requires the `torch-scatter` and `torch-clsuster` library for the
graph nodes agrregation. Install with

```bash
Expand Down
Loading

0 comments on commit f66026a

Please sign in to comment.