Skip to content

Commit

Permalink
Update CorrDiff README.md (#688)
Browse files Browse the repository at this point in the history
Add link to CorrDiff-Mini dataset.
  • Loading branch information
jleinonen authored Oct 1, 2024
1 parent c4d42ad commit b757046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/generative/corrdiff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ weather forecasts.
To build custom CorrDiff versions, you can get started by training the "Mini" version of CorrDiff, which uses smaller training samples and a smaller network to reduce training costs from thousands of GPU hours to around 10 hours on A100 GPUs while still producing reasonable results. It also includes a simple data loader that can be used as a baseline for training CorrDiff on custom datasets.

### Preliminaries
Start by installing Modulus (if not already installed) and copying this folder (`examples/generative/corrdiff`) to a system with a GPU available. Also download the CorrDiff-Mini dataset from (TODO: location).
Start by installing Modulus (if not already installed) and copying this folder (`examples/generative/corrdiff`) to a system with a GPU available. Also download the CorrDiff-Mini dataset from [NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/modulus/resources/modulus_datasets-hrrr_mini).

### Configuration basics

Expand Down

2 comments on commit b757046

@huchida2392
Copy link

Choose a reason for hiding this comment

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

simulate falling object

@huchida2392
Copy link

Choose a reason for hiding this comment

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

落下物をシミュレートする

Please sign in to comment.