Skip to content

Commit bfefc13

Browse files
committed
added suggestions
1 parent bf5a5aa commit bfefc13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/14-deep-learning/how_AutoDL_works.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"cell_type": "markdown",
329329
"metadata": {},
330330
"source": [
331-
"This method will return a dataframe that will show the model's accuracy with train/valid loss, dice(for pixel classification), learning rate used to train the model, train time and backbone."
331+
"This method will return an evaluation report as a dataframe that will include several fields including model's accuracy with train/valid loss, dice(for pixel classification), learning rate used to train the model, train time and backbone."
332332
]
333333
},
334334
{
@@ -416,7 +416,7 @@
416416
"cell_type": "markdown",
417417
"metadata": {},
418418
"source": [
419-
"# What is ImageryModel\n",
419+
"# Fine tuneAutoDL using ImageryModel\n",
420420
"<a id='ImageryModel'></a>"
421421
]
422422
},

0 commit comments

Comments
 (0)