{ "NoduleSegEncoder_proxima": { "block":"BasicBlock", "block_inplanes":[16,32,64,128], "negative_slop":0.1, "norm_choice":"IN", "kernel_size":3, "num_blocks":4, "strides":[1,2,2,1], "widen_factor":1.0, "shortcut_type":"B", "repeat_time_list":[3,3,3,3], "dropout_rate":0.0, "num_class":1, "norm_axis":1, "ASPP_choice":1, "atrous_rates":[1,1,1,2], "base_filters":16, "ASPP_block_list":[4] }, "NoduleSegDecoder_proxima": { "encoder_model_name":"NoduleSegEncoder_proxima", "block":"BasicBlock", "negative_slop":0.1, "norm_choice":"IN", "kernel_size":3, "num_units":[3,3,3,3], "dropout_rate":0.0, "seg_num_class":1, "norm_axis":1, "deep_combine":false, "SEB_choice":false } }