jpxkqx commited on
Commit
c3f3358
1 Parent(s): 9e7febf

Upload 6 files

Browse files
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.4",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 128,
9
+ 256,
10
+ 512
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
+ "dropout": 0.0,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 2,
25
+ "layers_per_block": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 4,
29
+ "num_class_embeds": 24,
30
+ "out_channels": 1,
31
+ "resnet_time_scale_shift": "default",
32
+ "sample_size": [
33
+ 160,
34
+ 240
35
+ ],
36
+ "time_embedding_type": "positional",
37
+ "up_block_types": [
38
+ "AttnUpBlock2D",
39
+ "AttnUpBlock2D",
40
+ "UpBlock2D"
41
+ ],
42
+ "upsample_type": "conv"
43
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8167d218caf8de9bc95c31c262b7015e24120fd5ed35cb403839efe62cbf66c0
3
+ size 256644076
logs/Train Denoising Diffusion Model/1697873255.858096/events.out.tfevents.1697873255.4e0e4625e706.180814.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec0061eda5869f87a10f2f32409286c13cf1acbd9201e8821749f987c8c1664
3
+ size 1824
logs/Train Denoising Diffusion Model/1697873255.8604996/hparams.yml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ batch_size: 7
2
+ device: cuda
3
+ hf_repo_name: jpxkqx/ddpm_mediterranean_reanalysis_tas2
4
+ hour_embed_type: class
5
+ hub_private_repo: false
6
+ input-area: longitude=[-8.35, 6.6],latitude=[46.45, 35.5]
7
+ input-dataset: era5
8
+ input-resolution: 025deg
9
+ input-scaling: 'No'
10
+ input-variables: t2m
11
+ learning_rate: 0.0003
12
+ lr_warmup_steps: 1000
13
+ mixed_precision: fp16
14
+ num_epochs: 30
15
+ num_samples: 3
16
+ num_workers: 0
17
+ number_model_params: 64152449
18
+ output-area: longitude=[-6.85, 5.1],latitude=[44.95, 37]
19
+ output-dataset: cerra
20
+ output-resolution: 005deg
21
+ output-scaling: 'No'
22
+ output-variable: t2m
23
+ output_dir: /srv/ddpm_mediterranean_reanalysis_tas2
24
+ overwrite_output_dir: true
25
+ push_to_hub: false
26
+ save_image_epochs: null
27
+ save_model_epochs: 1
28
+ seed: 2023
29
+ static_covariables: null
30
+ train-coverage: 1981/01-2013/12
31
+ validation-coverage: 2014/01-2017/12
logs/Train Denoising Diffusion Model/events.out.tfevents.1697873255.4e0e4625e706.180814.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6221880ea3ae963b3e7338eaade2ac764265f7e4b75a019944d059c4ecc41ad8
3
+ size 9446848
scheduler_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDIMScheduler",
3
+ "_diffusers_version": "0.21.4",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "clip_sample": true,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "epsilon",
12
+ "rescale_betas_zero_snr": true,
13
+ "sample_max_value": 1.0,
14
+ "set_alpha_to_one": true,
15
+ "steps_offset": 0,
16
+ "thresholding": false,
17
+ "timestep_spacing": "trailing",
18
+ "trained_betas": null
19
+ }