checkpoint for 2de20k
Browse files
code_for_ade20k/checkpoint-32800/unet_ema/config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SPADE_type": "spade",
|
3 |
+
"_class_name": "UNetModel",
|
4 |
+
"_diffusers_version": "0.16.1",
|
5 |
+
"attention_resolutions": [
|
6 |
+
2,
|
7 |
+
4,
|
8 |
+
8
|
9 |
+
],
|
10 |
+
"channel_mult": [
|
11 |
+
1,
|
12 |
+
2,
|
13 |
+
3,
|
14 |
+
4
|
15 |
+
],
|
16 |
+
"conv_resample": true,
|
17 |
+
"decay": 0.9999,
|
18 |
+
"dims": 2,
|
19 |
+
"dropout": 0,
|
20 |
+
"image_size": [
|
21 |
+
64,
|
22 |
+
64
|
23 |
+
],
|
24 |
+
"in_channels": 4,
|
25 |
+
"inv_gamma": 1.0,
|
26 |
+
"mask_emb": "resize",
|
27 |
+
"min_decay": 0.0,
|
28 |
+
"model_channels": 256,
|
29 |
+
"num_classes": 151,
|
30 |
+
"num_head_channels": -1,
|
31 |
+
"num_heads": 8,
|
32 |
+
"num_heads_upsample": -1,
|
33 |
+
"num_res_blocks": 2,
|
34 |
+
"optimization_step": 32800,
|
35 |
+
"out_channels": 4,
|
36 |
+
"power": 0.75,
|
37 |
+
"resblock_updown": true,
|
38 |
+
"update_after_step": 0,
|
39 |
+
"use_checkpoint": true,
|
40 |
+
"use_ema_warmup": true,
|
41 |
+
"use_fp16": true,
|
42 |
+
"use_new_attention_order": false,
|
43 |
+
"use_scale_shift_norm": true
|
44 |
+
}
|
code_for_ade20k/checkpoint-32800/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed645dc33cb080178d94b31e2fdb4397a1bcf5680e07b6a2712d284c53150378
|
3 |
+
size 1942037474
|