You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
5
5
# Cloud Diffusion Experiment
6
6
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.
9
8
10
9
## Setup
11
10
@@ -18,6 +17,7 @@ for image generation and forecasting.
18
17
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.
19
18
20
19
You can also override the configuration parameters by passing them as command-line arguments, e.g.
20
+
21
21
```bash
22
22
> python train.py --epochs=10 --batch_size=32
23
23
```
@@ -27,7 +27,6 @@ You can also override the configuration parameters by passing them as command-li
27
27
This training is based on a Transformer based Unet (UViT), you can train the default model by running:
0 commit comments