jpxkqx commited on
Commit
e1173b6
1 Parent(s): 6a6d838

Trained model

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ConvSwin2SR"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "conv_channels": [
7
+ 8,
8
+ 8,
9
+ 8
10
+ ],
11
+ "conv_kernel_size": [
12
+ 5,
13
+ 5,
14
+ 5
15
+ ],
16
+ "conv_padding": [
17
+ "same",
18
+ "same",
19
+ "same"
20
+ ],
21
+ "conv_stride": [
22
+ 1,
23
+ 1,
24
+ 1
25
+ ],
26
+ "depths": [
27
+ 2,
28
+ 2,
29
+ 2
30
+ ],
31
+ "drop_path_rate": 0.1,
32
+ "embed_dim": 32,
33
+ "hidden_act": "gelu",
34
+ "hidden_dropout_prob": 0.1,
35
+ "image_size": [
36
+ 160,
37
+ 240
38
+ ],
39
+ "img_range": 1,
40
+ "initializer_range": 0.02,
41
+ "layer_norm_eps": 1e-05,
42
+ "mlp_ratio": 2.0,
43
+ "model_type": "conv_swin2sr",
44
+ "num_channels": 1,
45
+ "num_heads": [
46
+ 2,
47
+ 2,
48
+ 2
49
+ ],
50
+ "num_layers": 3,
51
+ "patch_size": 1,
52
+ "qkv_bias": true,
53
+ "resi_connection": "1conv",
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.30.1",
56
+ "upsampler": "pixelshuffle",
57
+ "upscale": 1,
58
+ "use_absolute_embeddings": false,
59
+ "window_size": 8
60
+ }
logs/Train Super-Resolution NN/1687270337.4833677/hparams.yml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pydantic_initialised__: true
2
+ batch_size: 16
3
+ device: cuda
4
+ hour_embed_type: none
5
+ hub_private_repo: false
6
+ learning_rate: 0.0001
7
+ lr_warmup_steps: 100
8
+ mixed_precision: fp16
9
+ num_epochs: 100
10
+ num_samples: 3
11
+ output_dir: nn-tiny-subset-domain
12
+ overwrite_output_dir: true
13
+ push_to_hub: false
14
+ save_image_epochs: 5
15
+ save_model_epochs: 5
16
+ seed: 2023
logs/Train Super-Resolution NN/events.out.tfevents.1687270337.wngpu002.18225.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:508d303a67d9862d24dec677b76bb57ebf671539eddda14c3aa6afea3afbcdcf
3
+ size 1400567448
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f152a48c2c2c5b43af2d04b47a89713d3652a3608d4c449bdce3cfc9776b4982
3
+ size 694117
samples/nn_0030.png ADDED