From 26efe4224d2b6a7ffba532cecd611e8c7d8e791a Mon Sep 17 00:00:00 2001 From: Kaustubh Tangsali <71059996+ktangsali@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:28:04 -0800 Subject: [PATCH] Update the conf paths in docs (#712) --- examples/generative/diffusion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/generative/diffusion/README.md b/examples/generative/diffusion/README.md index b658a4f246..d7bc9bd71d 100644 --- a/examples/generative/diffusion/README.md +++ b/examples/generative/diffusion/README.md @@ -30,7 +30,7 @@ Datasets used for model training and sampling can be downloaded via the followin ## Running the Experiments Download the high res and low res data and save the data files to the subdirectory ``modulus/examples/generative/diffusion/Kolmogorov_2D_data/``. -- Note: The directory from which the downloaded dataset files are loaded is specified in the configuration yaml files at ``modulus/examples/generative/diffusion/Kolmogorov_2D_data/conf/``. In the case when the default relative file location in a yaml file cannot be correctly recognized, please replace the relative location with the absolute location. For example, in the configuration file "modulus/examples/generative/diffusion/Kolmogorov_2D_data/conf/config_dfsr_train.yaml", Line 24, the value of the key 'data' can be changed to an absolute file directory of the dataset file, e.g., ``//examples/generative/diffusion/Kolmogorov_2D_data/kf_2d_re1000_256_40seed.npy`` +- Note: The directory from which the downloaded dataset files are loaded is specified in the configuration yaml files at ``modulus/examples/generative/diffusion/conf/``. In the case when the default relative file location in a yaml file cannot be correctly recognized, please replace the relative location with the absolute location. For example, in the configuration file `modulus/examples/generative/diffusion/conf/config_dfsr_train.yaml`, Line 24, the value of the key 'data' can be changed to an absolute file directory of the dataset file, e.g., ``//examples/generative/diffusion/Kolmogorov_2D_data/kf_2d_re1000_256_40seed.npy`` Step 1 - Model Training