Skip to content

Commit 1dff30c

Browse files
committed
reformat
Signed-off-by: Can-Zhao <[email protected]>
1 parent 9e6a715 commit 1dff30c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

generation/maisi/maisi_diff_unet_training_tutorial.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"cell_type": "code",
62-
"execution_count": 2,
62+
"execution_count": 13,
6363
"id": "e3bf0346",
6464
"metadata": {},
6565
"outputs": [
@@ -101,7 +101,6 @@
101101
}
102102
],
103103
"source": [
104-
"from scripts.diff_model_setting import setup_logging\n",
105104
"import copy\n",
106105
"import os\n",
107106
"import json\n",
@@ -115,6 +114,8 @@
115114
"\n",
116115
"from IPython.display import Image, display\n",
117116
"\n",
117+
"from scripts.diff_model_setting import setup_logging\n",
118+
"\n",
118119
"print_config()\n",
119120
"\n",
120121
"logger = setup_logging(\"notebook\")"

0 commit comments

Comments
 (0)