File size: 2,175 Bytes
5e00643
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "fingerprint": "sha256:c9da7decd489f0f4f893dce565f37db25abc63d0d3efcacad9835305ffd97cb2",
  "kind": "scitomo_network_construction",
  "schema_version": 1,
  "spec": {
    "bottleneck_block": {
      "activate_last": false,
      "activation": {
        "inplace": true,
        "kind": "leaky_relu",
        "negative_slope": 0.05
      },
      "bias": true,
      "dropout": 0.0,
      "kernel_size": 3,
      "normalization": {
        "kind": "none"
      },
      "padding": 1,
      "repetitions": 2
    },
    "decoder_block": {
      "activate_last": true,
      "activation": {
        "inplace": true,
        "kind": "leaky_relu",
        "negative_slope": 0.05
      },
      "bias": true,
      "dropout": 0.0,
      "kernel_size": 3,
      "normalization": {
        "affine": false,
        "eps": 1e-05,
        "kind": "instance",
        "track_running_stats": false
      },
      "padding": 1,
      "repetitions": 3
    },
    "downsampling": {
      "activation": {
        "inplace": true,
        "kind": "leaky_relu",
        "negative_slope": 0.05
      },
      "kernel_size": 3,
      "kind": "strided_convolution",
      "padding": 1,
      "stride": 2
    },
    "encoder_block": {
      "activate_last": true,
      "activation": {
        "inplace": true,
        "kind": "leaky_relu",
        "negative_slope": 0.05
      },
      "bias": true,
      "dropout": 0.0,
      "kernel_size": 3,
      "normalization": {
        "affine": false,
        "eps": 1e-05,
        "kind": "instance",
        "track_running_stats": false
      },
      "padding": 1,
      "repetitions": 3
    },
    "in_channels": 1,
    "initial_channels": 64,
    "initial_normalization_loc": -0.1489875167608261,
    "initial_normalization_scale": 1.3237642049789429,
    "kind": "unet_3d",
    "num_downsampling_blocks": 3,
    "out_channels": 1,
    "residual": true,
    "upsampling": {
      "kernel_size": 3,
      "kind": "transposed_convolution",
      "output_padding": 1,
      "padding": 1,
      "post_concat_activation": {
        "inplace": true,
        "kind": "leaky_relu",
        "negative_slope": 0.05
      },
      "stride": 2
    }
  }
}