Epoch 10
Browse files- .gitattributes +2 -0
 - config.json +50 -0
 - logs/Train Super-Resolution NN (ConvSwin2SR)/1690647143.7878377/events.out.tfevents.1690647143.5562ac1d6f58.628257.1 +3 -0
 - logs/Train Super-Resolution NN (ConvSwin2SR)/1690647143.7918205/hparams.yml +17 -0
 - logs/Train Super-Resolution NN (ConvSwin2SR)/events.out.tfevents.1690647143.5562ac1d6f58.628257.0 +3 -0
 - pytorch_model.bin +3 -0
 - samples/ConvSwin2SR_0005.png +3 -0
 - samples/ConvSwin2SR_0010.png +3 -0
 
    	
        .gitattributes
    CHANGED
    
    | 
         @@ -34,3 +34,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text 
     | 
|
| 34 | 
         
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         
     | 
| 35 | 
         
             
            samples/nn_0005.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 36 | 
         
             
            samples/nn_0010.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 
         | 
|
| 
         | 
| 
         | 
|
| 34 | 
         
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         
     | 
| 35 | 
         
             
            samples/nn_0005.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 36 | 
         
             
            samples/nn_0010.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 37 | 
         
            +
            samples/ConvSwin2SR_0005.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 38 | 
         
            +
            samples/ConvSwin2SR_0010.png filter=lfs diff=lfs merge=lfs -text
         
     | 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,50 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 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_layers": 3,
         
     | 
| 36 | 
         
            +
              "patch_size": 1,
         
     | 
| 37 | 
         
            +
              "qkv_bias": true,
         
     | 
| 38 | 
         
            +
              "real_upscale": 5,
         
     | 
| 39 | 
         
            +
              "resi_connection": "1conv",
         
     | 
| 40 | 
         
            +
              "sample_size": [
         
     | 
| 41 | 
         
            +
                160,
         
     | 
| 42 | 
         
            +
                240
         
     | 
| 43 | 
         
            +
              ],
         
     | 
| 44 | 
         
            +
              "torch_dtype": "float32",
         
     | 
| 45 | 
         
            +
              "transformers_version": "4.31.0",
         
     | 
| 46 | 
         
            +
              "upsampler": "pixelshuffle",
         
     | 
| 47 | 
         
            +
              "upscale": 8,
         
     | 
| 48 | 
         
            +
              "use_absolute_embeddings": false,
         
     | 
| 49 | 
         
            +
              "window_size": 5
         
     | 
| 50 | 
         
            +
            }
         
     | 
    	
        logs/Train Super-Resolution NN (ConvSwin2SR)/1690647143.7878377/events.out.tfevents.1690647143.5562ac1d6f58.628257.1
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:1c47d1919c593e1ee5f476a34de2c39e554c2f9b10f26be705ca5360bf0ed3bc
         
     | 
| 3 | 
         
            +
            size 1163
         
     | 
    	
        logs/Train Super-Resolution NN (ConvSwin2SR)/1690647143.7918205/hparams.yml
    ADDED
    
    | 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            batch_size: 2
         
     | 
| 2 | 
         
            +
            device: cuda
         
     | 
| 3 | 
         
            +
            hf_repo_name: predictia/europe_reanalysis_downscaler_convswin2sr
         
     | 
| 4 | 
         
            +
            hour_embed_type: none
         
     | 
| 5 | 
         
            +
            hub_private_repo: false
         
     | 
| 6 | 
         
            +
            learning_rate: 0.001
         
     | 
| 7 | 
         
            +
            lr_warmup_steps: 500
         
     | 
| 8 | 
         
            +
            mixed_precision: fp16
         
     | 
| 9 | 
         
            +
            num_epochs: 200
         
     | 
| 10 | 
         
            +
            num_samples: 3
         
     | 
| 11 | 
         
            +
            number_model_params: 649849
         
     | 
| 12 | 
         
            +
            output_dir: swin2sr-1985_2020
         
     | 
| 13 | 
         
            +
            overwrite_output_dir: true
         
     | 
| 14 | 
         
            +
            push_to_hub: true
         
     | 
| 15 | 
         
            +
            save_image_epochs: 5
         
     | 
| 16 | 
         
            +
            save_model_epochs: 10
         
     | 
| 17 | 
         
            +
            seed: 2023
         
     | 
    	
        logs/Train Super-Resolution NN (ConvSwin2SR)/events.out.tfevents.1690647143.5562ac1d6f58.628257.0
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:9e86fa55b0f7bbef5c6b166c06ff78c563cf9484b1711572e72b714ab5c999d3
         
     | 
| 3 | 
         
            +
            size 123935918
         
     | 
    	
        pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:ae0a4fade900f59bc5180bf181cfa7ed89be8e3c86525615e1a0614e2798475a
         
     | 
| 3 | 
         
            +
            size 2692901
         
     | 
    	
        samples/ConvSwin2SR_0005.png
    ADDED
    
    
											 
									 | 
									
								
											Git LFS Details
  | 
									
    	
        samples/ConvSwin2SR_0010.png
    ADDED
    
    
											 
									 | 
									
								
											Git LFS Details
  |