benetraco commited on
Commit
47d0890
·
verified ·
1 Parent(s): 0ca9d7d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ This model is a diffusion-based model for unconditional image generation of **la
19
  - **Resolution:** Latent resolution of 32x32 to generate 256x256 final images
20
  - **Dataset:** Lesion2D VH split (FLAIR MRI slices) (70% of the dataset)
21
  - **Channels:** 4 (latents are multi-channel representations of the original images)
22
- - **Epochs:** 50
23
  - **Batch size:** 16
24
  - **Optimizer:** AdamW with:
25
  - Learning Rate: `1.0e-4`
@@ -35,7 +35,7 @@ This model is a diffusion-based model for unconditional image generation of **la
35
  - `beta_start`: 0.0001
36
  - `beta_end`: 0.02
37
  - **Hardware:** Trained on **NVIDIA GPUs** with a distributed dataloader using 12 workers.
38
- - **Memory Consumption:** Approx. **11 GB** during training.
39
 
40
  ## U-Net Architecture
41
  - **Down Blocks:** [DownBlock2D, DownBlock2D, DownBlock2D, DownBlock2D, AttnDownBlock2D, DownBlock2D]
 
19
  - **Resolution:** Latent resolution of 32x32 to generate 256x256 final images
20
  - **Dataset:** Lesion2D VH split (FLAIR MRI slices) (70% of the dataset)
21
  - **Channels:** 4 (latents are multi-channel representations of the original images)
22
+ - **Epochs:** 100
23
  - **Batch size:** 16
24
  - **Optimizer:** AdamW with:
25
  - Learning Rate: `1.0e-4`
 
35
  - `beta_start`: 0.0001
36
  - `beta_end`: 0.02
37
  - **Hardware:** Trained on **NVIDIA GPUs** with a distributed dataloader using 12 workers.
38
+ - **Memory Consumption:** Approx. **2.5 GB** during training.
39
 
40
  ## U-Net Architecture
41
  - **Down Blocks:** [DownBlock2D, DownBlock2D, DownBlock2D, DownBlock2D, AttnDownBlock2D, DownBlock2D]