| { | |
| "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 | |
| } | |
| } | |
| } | |