From b757046b899f1d73d9f0aa46059af9f73db146ce Mon Sep 17 00:00:00 2001 From: Jussi Leinonen Date: Tue, 1 Oct 2024 19:28:06 +0200 Subject: [PATCH] Update CorrDiff README.md (#688) Add link to CorrDiff-Mini dataset. --- examples/generative/corrdiff/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/generative/corrdiff/README.md b/examples/generative/corrdiff/README.md index 7c948693f..4d7dcc48e 100644 --- a/examples/generative/corrdiff/README.md +++ b/examples/generative/corrdiff/README.md @@ -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