Skip to content

Commit dd08af6

Browse files
committed
add more comments to tutorial notebook
Signed-off-by: Carlos Gomes <[email protected]>
1 parent 71f594a commit dd08af6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/notebooks/Tutorial.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@
284284
"\n",
285285
"Alternatively, leverage one of our generic data modules.\n",
286286
"\n",
287-
"Datamodules package train, test and validation datasets as well as any transforms done.\n"
287+
"Datamodules package train, test and validation datasets as well as any transforms done.\n",
288+
"\n",
289+
"Below is an example for a datamodule that can be used for pixel-wise regression tasks.\n"
288290
]
289291
},
290292
{
@@ -362,7 +364,7 @@
362364
"\n",
363365
"They build on the model factory we introduced previously and are able to take any. To use a task with a model not supported by a currently existing model factory, simply create your own model factory!\n",
364366
"\n",
365-
"Let's create a Trainer for PixelWise Regression\n",
367+
"Let's create a Trainer for Pixel-Wise Regression\n",
366368
"\n",
367369
"We also show how to use the popular CosineLrDecay scheduler into training"
368370
]

0 commit comments

Comments
 (0)