jacobbieker
commited on
Epoch 0
Browse files- .gitattributes +8 -0
- logs/udm_v1/events.out.tfevents.1724481192.princebieker.2971569.0 +3 -0
- model_index.json +12 -0
- scheduler/scheduler_config.json +20 -0
- timesteps/0/0_10m_u_component_of_wind_timestep975.png +3 -0
- timesteps/0/0_10m_v_component_of_wind_timestep975.png +3 -0
- timesteps/0/0_2m_temperature_timestep975.png +3 -0
- timesteps/0/0_mean_sea_level_pressure_timestep975.png +3 -0
- timesteps/1000/1000_10m_u_component_of_wind_timestep0.png +3 -0
- timesteps/1000/1000_10m_v_component_of_wind_timestep0.png +3 -0
- timesteps/1000/1000_2m_temperature_timestep0.png +3 -0
- timesteps/1000/1000_mean_sea_level_pressure_timestep0.png +3 -0
- unet/config.json +45 -0
- unet/diffusion_pytorch_model.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
timesteps/0/0_10m_u_component_of_wind_timestep975.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
timesteps/0/0_10m_v_component_of_wind_timestep975.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
timesteps/0/0_2m_temperature_timestep975.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
timesteps/0/0_mean_sea_level_pressure_timestep975.png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
timesteps/1000/1000_10m_u_component_of_wind_timestep0.png filter=lfs diff=lfs merge=lfs -text
|
41 |
+
timesteps/1000/1000_10m_v_component_of_wind_timestep0.png filter=lfs diff=lfs merge=lfs -text
|
42 |
+
timesteps/1000/1000_2m_temperature_timestep0.png filter=lfs diff=lfs merge=lfs -text
|
43 |
+
timesteps/1000/1000_mean_sea_level_pressure_timestep0.png filter=lfs diff=lfs merge=lfs -text
|
logs/udm_v1/events.out.tfevents.1724481192.princebieker.2971569.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ca69674d802a15949af49cae9814c25f485f9c14d564fffdaf2953afc2ba88b
|
3 |
+
size 417543
|
model_index.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "Era5Pipeline",
|
3 |
+
"_diffusers_version": "0.29.2",
|
4 |
+
"scheduler": [
|
5 |
+
"diffusers",
|
6 |
+
"EDMDPMSolverMultistepScheduler"
|
7 |
+
],
|
8 |
+
"unet": [
|
9 |
+
"udm.models.udm",
|
10 |
+
"UDM"
|
11 |
+
]
|
12 |
+
}
|
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "EDMDPMSolverMultistepScheduler",
|
3 |
+
"_diffusers_version": "0.29.2",
|
4 |
+
"algorithm_type": "sde-dpmsolver++",
|
5 |
+
"dynamic_thresholding_ratio": 0.995,
|
6 |
+
"euler_at_final": false,
|
7 |
+
"final_sigmas_type": "zero",
|
8 |
+
"lower_order_final": true,
|
9 |
+
"num_train_timesteps": 1000,
|
10 |
+
"prediction_type": "epsilon",
|
11 |
+
"rho": 7.0,
|
12 |
+
"sample_max_value": 1.0,
|
13 |
+
"sigma_data": 0.5,
|
14 |
+
"sigma_max": 88.0,
|
15 |
+
"sigma_min": 0.02,
|
16 |
+
"sigma_schedule": "karras",
|
17 |
+
"solver_order": 2,
|
18 |
+
"solver_type": "midpoint",
|
19 |
+
"thresholding": false
|
20 |
+
}
|
timesteps/0/0_10m_u_component_of_wind_timestep975.png
ADDED
Git LFS Details
|
timesteps/0/0_10m_v_component_of_wind_timestep975.png
ADDED
Git LFS Details
|
timesteps/0/0_2m_temperature_timestep975.png
ADDED
Git LFS Details
|
timesteps/0/0_mean_sea_level_pressure_timestep975.png
ADDED
Git LFS Details
|
timesteps/1000/1000_10m_u_component_of_wind_timestep0.png
ADDED
Git LFS Details
|
timesteps/1000/1000_10m_v_component_of_wind_timestep0.png
ADDED
Git LFS Details
|
timesteps/1000/1000_2m_temperature_timestep0.png
ADDED
Git LFS Details
|
timesteps/1000/1000_mean_sea_level_pressure_timestep0.png
ADDED
Git LFS Details
|
unet/config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UDM",
|
3 |
+
"_diffusers_version": "0.29.2",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
256
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"DownBlock2D",
|
18 |
+
"AttnDownBlock2D"
|
19 |
+
],
|
20 |
+
"downsample_padding": 1,
|
21 |
+
"downsample_type": "conv",
|
22 |
+
"dropout": 0.0,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 14,
|
26 |
+
"layers_per_block": 2,
|
27 |
+
"mid_block_scale_factor": 1,
|
28 |
+
"norm_eps": 1e-05,
|
29 |
+
"norm_num_groups": 32,
|
30 |
+
"num_class_embeds": null,
|
31 |
+
"num_train_timesteps": null,
|
32 |
+
"out_channels": 4,
|
33 |
+
"resnet_time_scale_shift": "default",
|
34 |
+
"sample_size": [
|
35 |
+
184,
|
36 |
+
364
|
37 |
+
],
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D"
|
43 |
+
],
|
44 |
+
"upsample_type": "conv"
|
45 |
+
}
|
unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b022ce0a374571fd8524c037d5b2f559818fa8a7c5ef4e90dd7c603e99a74b57
|
3 |
+
size 62955648
|