Global Step 2000
Browse files
logs/udm_v1/events.out.tfevents.1722490607.jb-gpu-spot-1a-2.507694.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00791b2af956c0b19e965f4273391881a5a86737153fb990520c9ef8727d961b
|
3 |
+
size 253698
|
model_index.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "Era5Pipeline",
|
3 |
+
"_diffusers_version": "0.29.2",
|
4 |
+
"scheduler": [
|
5 |
+
"diffusers",
|
6 |
+
"DPMSolverMultistepScheduler"
|
7 |
+
],
|
8 |
+
"unet": [
|
9 |
+
"diffusers",
|
10 |
+
"UNet2DModel"
|
11 |
+
]
|
12 |
+
}
|
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DPMSolverMultistepScheduler",
|
3 |
+
"_diffusers_version": "0.29.2",
|
4 |
+
"algorithm_type": "dpmsolver++",
|
5 |
+
"beta_end": 0.02,
|
6 |
+
"beta_schedule": "linear",
|
7 |
+
"beta_start": 0.0001,
|
8 |
+
"dynamic_thresholding_ratio": 0.995,
|
9 |
+
"euler_at_final": false,
|
10 |
+
"final_sigmas_type": "zero",
|
11 |
+
"lambda_min_clipped": -Infinity,
|
12 |
+
"lower_order_final": true,
|
13 |
+
"num_train_timesteps": 2000,
|
14 |
+
"prediction_type": "epsilon",
|
15 |
+
"rescale_betas_zero_snr": false,
|
16 |
+
"sample_max_value": 1.0,
|
17 |
+
"solver_order": 3,
|
18 |
+
"solver_type": "midpoint",
|
19 |
+
"steps_offset": 0,
|
20 |
+
"thresholding": false,
|
21 |
+
"timestep_spacing": "linspace",
|
22 |
+
"trained_betas": null,
|
23 |
+
"use_karras_sigmas": true,
|
24 |
+
"use_lu_lambdas": false,
|
25 |
+
"variance_type": null
|
26 |
+
}
|
unet/config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
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 |
+
256,
|
10 |
+
256,
|
11 |
+
512,
|
12 |
+
512,
|
13 |
+
512,
|
14 |
+
512
|
15 |
+
],
|
16 |
+
"center_input_sample": false,
|
17 |
+
"class_embed_type": null,
|
18 |
+
"down_block_types": [
|
19 |
+
"DownBlock2D",
|
20 |
+
"DownBlock2D",
|
21 |
+
"AttnDownBlock2D",
|
22 |
+
"AttnDownBlock2D",
|
23 |
+
"AttnDownBlock2D",
|
24 |
+
"AttnDownBlock2D"
|
25 |
+
],
|
26 |
+
"downsample_padding": 1,
|
27 |
+
"downsample_type": "conv",
|
28 |
+
"dropout": 0.0,
|
29 |
+
"flip_sin_to_cos": true,
|
30 |
+
"freq_shift": 0,
|
31 |
+
"in_channels": 91,
|
32 |
+
"layers_per_block": 2,
|
33 |
+
"mid_block_scale_factor": 1,
|
34 |
+
"norm_eps": 1e-05,
|
35 |
+
"norm_num_groups": 32,
|
36 |
+
"num_class_embeds": null,
|
37 |
+
"num_train_timesteps": null,
|
38 |
+
"out_channels": 91,
|
39 |
+
"resnet_time_scale_shift": "default",
|
40 |
+
"sample_size": [
|
41 |
+
192,
|
42 |
+
384
|
43 |
+
],
|
44 |
+
"time_embedding_type": "positional",
|
45 |
+
"up_block_types": [
|
46 |
+
"AttnUpBlock2D",
|
47 |
+
"AttnUpBlock2D",
|
48 |
+
"AttnUpBlock2D",
|
49 |
+
"AttnUpBlock2D",
|
50 |
+
"UpBlock2D",
|
51 |
+
"UpBlock2D"
|
52 |
+
],
|
53 |
+
"upsample_type": "conv"
|
54 |
+
}
|
unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc27be66b738372aae58d3d6ab98e371cc8b2cb5a108aceb78186023fea4b6a8
|
3 |
+
size 836912596
|