Skip to content

Commit 5d490ea

Browse files
authored
1056 extract_levels in paired lung ct (#1058)
Signed-off-by: Wenqi Li <[email protected]> workaround as mentioned in #1056 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Notebook runs automatically `./runner [-p <regex_pattern>]` Signed-off-by: Wenqi Li <[email protected]>
1 parent deaabb8 commit 5d490ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3d_registration/paired_lung_ct.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
" in_channels=2,\n",
540540
" out_channels=3,\n",
541541
" num_channel_initial=32,\n",
542-
" extract_levels=[0, 1, 2, 3],\n",
542+
" extract_levels=[3],\n",
543543
" out_activation=None,\n",
544544
" out_kernel_initializer=\"zeros\").to(device)\n",
545545
"warp_layer = Warp().to(device)\n",

0 commit comments

Comments
 (0)