testing_data / unet_0 /Unet_0.json
erickerfoot's picture
Uploading contents of MONAI-extra-test-data
f69094e verified
raw
history blame contribute delete
197 Bytes
{"spatial_dims": 3, "in_channels": 4, "out_channels": 2, "channels": [4, 8, 16, 32], "strides": [2, 4, 1], "kernel_size": 5, "up_kernel_size": 3, "num_res_units": 2, "act": "relu", "dropout": 0.1}