We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905bc9f commit bcacd3bCopy full SHA for bcacd3b
modules/network_contraints/unet_plusplus.ipynb
@@ -95,7 +95,7 @@
95
"import torch.nn as nn\n",
96
"from typing import Dict\n",
97
"\n",
98
- "monai.config.print_config()\n"
+ "monai.config.print_config()"
99
]
100
},
101
{
@@ -162,7 +162,7 @@
162
" norm=norm_layer,\n",
163
" )\n",
164
" except Exception as msg:\n",
165
- " print(f\"Exception layer: {msg}\")\n"
+ " print(f\"Exception layer: {msg}\")"
166
167
168
0 commit comments