Skip to content

Commit 5f984ad

Browse files
author
Thomas Capelle
committed
fix typos
1 parent dea2c78 commit 5f984ad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
# Cloud Diffusion Experiment
66

7-
This codebase contains an implementation of a deep diffusion model applied to cloud images. It was developed as part of a research project exploring the potential of diffusion models
8-
for image generation and forecasting.
7+
This codebase contains an implementation of a deep diffusion model applied to cloud images. It was developed as part of a research project exploring the potential of diffusion models for image generation and forecasting.
98

109
## Setup
1110

@@ -18,6 +17,7 @@ for image generation and forecasting.
1817
To train the model, run `python train.py`. You can play with the parameters on top of the file to change the model architecture, training parameters, etc.
1918

2019
You can also override the configuration parameters by passing them as command-line arguments, e.g.
20+
2121
```bash
2222
> python train.py --epochs=10 --batch_size=32
2323
```
@@ -27,7 +27,6 @@ You can also override the configuration parameters by passing them as command-li
2727
This training is based on a Transformer based Unet (UViT), you can train the default model by running:
2828

2929
```bash
30-
3130
> python train_uvit.py
3231
```
3332

0 commit comments

Comments
 (0)