Cloud User commited on
Commit ·
6d17f1b
1
Parent(s): 33a8f27
Epoch 5
Browse files- config.json +42 -0
- diffusion_pytorch_model.bin +3 -0
- logs/Train Denoising Diffusion Model/1690184334.450074/events.out.tfevents.1690184334.matt2.novalocal.177592.1 +3 -0
- logs/Train Denoising Diffusion Model/1690184334.4507492/hparams.yml +17 -0
- logs/Train Denoising Diffusion Model/events.out.tfevents.1690184334.matt2.novalocal.177592.0 +3 -0
config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.18.1",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"add_attention": true,
|
| 6 |
+
"attention_head_dim": 8,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
16,
|
| 9 |
+
24,
|
| 10 |
+
32
|
| 11 |
+
],
|
| 12 |
+
"center_input_sample": false,
|
| 13 |
+
"class_embed_type": null,
|
| 14 |
+
"down_block_types": [
|
| 15 |
+
"DownBlock2D",
|
| 16 |
+
"AttnDownBlock2D",
|
| 17 |
+
"AttnDownBlock2D"
|
| 18 |
+
],
|
| 19 |
+
"downsample_padding": 1,
|
| 20 |
+
"downsample_type": "conv",
|
| 21 |
+
"flip_sin_to_cos": true,
|
| 22 |
+
"freq_shift": 0,
|
| 23 |
+
"in_channels": 2,
|
| 24 |
+
"layers_per_block": 2,
|
| 25 |
+
"mid_block_scale_factor": 1,
|
| 26 |
+
"norm_eps": 1e-05,
|
| 27 |
+
"norm_num_groups": 4,
|
| 28 |
+
"num_class_embeds": 24,
|
| 29 |
+
"out_channels": 1,
|
| 30 |
+
"resnet_time_scale_shift": "default",
|
| 31 |
+
"sample_size": [
|
| 32 |
+
160,
|
| 33 |
+
240
|
| 34 |
+
],
|
| 35 |
+
"time_embedding_type": "positional",
|
| 36 |
+
"up_block_types": [
|
| 37 |
+
"AttnUpBlock2D",
|
| 38 |
+
"AttnUpBlock2D",
|
| 39 |
+
"UpBlock2D"
|
| 40 |
+
],
|
| 41 |
+
"upsample_type": "conv"
|
| 42 |
+
}
|
diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:534bf6742b5c72ccfaff0d69cb32b35f54130983fe74cbac2991657022ea4c29
|
| 3 |
+
size 1557423
|
logs/Train Denoising Diffusion Model/1690184334.450074/events.out.tfevents.1690184334.matt2.novalocal.177592.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7583b906a37f1f6035df26969b4b672a82147ea52ac3815abdc578db4c0e6e16
|
| 3 |
+
size 1159
|
logs/Train Denoising Diffusion Model/1690184334.4507492/hparams.yml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
batch_size: 2
|
| 2 |
+
device: cuda
|
| 3 |
+
hf_repo_name: predictia/cerra_denoise_nn_unscaled
|
| 4 |
+
hour_embed_type: class
|
| 5 |
+
hub_private_repo: false
|
| 6 |
+
learning_rate: 0.0001
|
| 7 |
+
lr_warmup_steps: 500
|
| 8 |
+
mixed_precision: fp16
|
| 9 |
+
num_epochs: 30
|
| 10 |
+
num_samples: 3
|
| 11 |
+
number_model_params: 358985
|
| 12 |
+
output_dir: cddpm-tiny-bicubic-unscaled
|
| 13 |
+
overwrite_output_dir: true
|
| 14 |
+
push_to_hub: true
|
| 15 |
+
save_image_epochs: 10
|
| 16 |
+
save_model_epochs: 5
|
| 17 |
+
seed: 2023
|
logs/Train Denoising Diffusion Model/events.out.tfevents.1690184334.matt2.novalocal.177592.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aadabfc62d8948de91841aee74cec2a90dd92203dd6ce9903d53d89825767e02
|
| 3 |
+
size 61059871
|