Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,5 @@ All weights files contains the weights of all the diffusion model in the cascade
|
|
15 |
To see a demo of the 1SCM, head to [https://huggingface.co/spaces/HReynaud/echocardiogram-video-diffusion](https://huggingface.co/spaces/HReynaud/echocardiogram-video-diffusion).
|
16 |
|
17 |
In each model folder, you will find:
|
18 |
-
- `config.yaml`: the configuration file associated to the model. It contains the hyperparameters of the model.
|
|
|
|
15 |
To see a demo of the 1SCM, head to [https://huggingface.co/spaces/HReynaud/echocardiogram-video-diffusion](https://huggingface.co/spaces/HReynaud/echocardiogram-video-diffusion).
|
16 |
|
17 |
In each model folder, you will find:
|
18 |
+
- `config.yaml`: the configuration file associated to the model. It contains the hyperparameters of the model.
|
19 |
+
- `merged.pt`: the weight file containing all the models in the cascade for that model (ex. 4 models for the 4SCM).
|