Skip to content

Commit 8a83aae

Browse files
yiheng-wang-nvwyli
authored andcommitted
11 update unet json (#12)
* update dynunet weights to match up with net update Signed-off-by: Yiheng Wang <vennw@nvidia.com> * update unet json Signed-off-by: Yiheng Wang <vennw@nvidia.com>
1 parent 7e914d1 commit 8a83aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unet_0/Unet_0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"dimensions": 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}
1+
{"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}

0 commit comments

Comments
 (0)