Epoch 10
Browse files- .gitattributes +2 -0
- config.json +51 -0
- logs/Train Super-Resolution NN (ConvSwin2SR)/1690986095.3621604/events.out.tfevents.1690986095.5562ac1d6f58.837537.1 +3 -0
- logs/Train Super-Resolution NN (ConvSwin2SR)/1690986095.3662229/hparams.yml +30 -0
- logs/Train Super-Resolution NN (ConvSwin2SR)/events.out.tfevents.1690986095.5562ac1d6f58.837537.0 +3 -0
- pytorch_model.bin +3 -0
- samples/ConvSwin2SR_0005.png +3 -0
- samples/ConvSwin2SR_0010.png +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ 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 |
+
samples/ConvSwin2SR_0005.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
samples/ConvSwin2SR_0010.png filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ConvSwin2SR"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.0,
|
6 |
+
"depths": [
|
7 |
+
4,
|
8 |
+
4,
|
9 |
+
4
|
10 |
+
],
|
11 |
+
"drop_path_rate": 0.1,
|
12 |
+
"embed_dim": 32,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_dropout_prob": 0.0,
|
15 |
+
"image_size": [
|
16 |
+
32,
|
17 |
+
48
|
18 |
+
],
|
19 |
+
"img_range": 1,
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"input_shape": [
|
22 |
+
44,
|
23 |
+
60
|
24 |
+
],
|
25 |
+
"interpolation_method": "bicubic",
|
26 |
+
"layer_norm_eps": 1e-05,
|
27 |
+
"mlp_ratio": 2.0,
|
28 |
+
"model_type": "conv_swin2sr",
|
29 |
+
"num_channels": 1,
|
30 |
+
"num_heads": [
|
31 |
+
4,
|
32 |
+
4,
|
33 |
+
4
|
34 |
+
],
|
35 |
+
"num_high_res_covars": 1,
|
36 |
+
"num_layers": 3,
|
37 |
+
"patch_size": 1,
|
38 |
+
"qkv_bias": true,
|
39 |
+
"real_upscale": 5,
|
40 |
+
"resi_connection": "1conv",
|
41 |
+
"sample_size": [
|
42 |
+
160,
|
43 |
+
240
|
44 |
+
],
|
45 |
+
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.31.0",
|
47 |
+
"upsampler": "pixelshuffle",
|
48 |
+
"upscale": 8,
|
49 |
+
"use_absolute_embeddings": false,
|
50 |
+
"window_size": 5
|
51 |
+
}
|
logs/Train Super-Resolution NN (ConvSwin2SR)/1690986095.3621604/events.out.tfevents.1690986095.5562ac1d6f58.837537.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aae71947b5114f06de67c6f20c7da0448fd4f15de7d51f99d9d842b828cccf22
|
3 |
+
size 1919
|
logs/Train Super-Resolution NN (ConvSwin2SR)/1690986095.3662229/hparams.yml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
batch_size: 2
|
2 |
+
device: cuda
|
3 |
+
hf_repo_name: predictia/europe_reanalysis_downscaler_convswin2sr_orog-high
|
4 |
+
hour_embed_type: none
|
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: domain-wise
|
10 |
+
input-variables: t2m
|
11 |
+
learning_rate: 0.0001
|
12 |
+
lr_warmup_steps: 500
|
13 |
+
mixed_precision: fp16
|
14 |
+
num_epochs: 100
|
15 |
+
num_samples: 3
|
16 |
+
number_model_params: 649855
|
17 |
+
output-area: longitude=[-6.85, 5.1],latitude=[44.95, 37]
|
18 |
+
output-dataset: cerra
|
19 |
+
output-resolution: 005deg
|
20 |
+
output-scaling: domain-wise
|
21 |
+
output-variable: t2m
|
22 |
+
output_dir: swin2sr-1985_2020-orog-high
|
23 |
+
overwrite_output_dir: true
|
24 |
+
push_to_hub: true
|
25 |
+
save_image_epochs: 5
|
26 |
+
save_model_epochs: 10
|
27 |
+
seed: 2023
|
28 |
+
static_covariables: orog-high
|
29 |
+
train-coverage: 1981/01-2013/12
|
30 |
+
validation-coverage: 2014/01-2017/12
|
logs/Train Super-Resolution NN (ConvSwin2SR)/events.out.tfevents.1690986095.5562ac1d6f58.837537.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6d18499782ccb00458e939d7fbfb25067ca728cf3295a40d9e531ac830d79dd
|
3 |
+
size 139975482
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1dfc77e3ca9081ec9dc6274048ccdd5b71f31f0657736f4678bc69c3be59ca1
|
3 |
+
size 2694197
|
samples/ConvSwin2SR_0005.png
ADDED
Git LFS Details
|
samples/ConvSwin2SR_0010.png
ADDED
Git LFS Details
|