Skip to content

Commit bafd42d

Browse files
author
Sandeep Kumar
committed
conclusion
1 parent 9d39cbb commit bafd42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/04_gis_analysts_data_scientists/training_a_wind_turbine_detection_model_using_large_volume_of_training_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Training a wind turbine detection model using large volume of training data"
7+
"# Training a wind turbine detection model using large volumes of training data"
88
]
99
},
1010
{
@@ -643,7 +643,7 @@
643643
"cell_type": "markdown",
644644
"metadata": {},
645645
"source": [
646-
"This notebook has demonstrated a workflow to train a deep learning model that can detect features representing wind turbines. This notebook shows how multiprocessing can be used to the reduce time required to export training data. In this notebook we also leveraged multiple GPUs to reduce the time required for model training. A similar approach can be applied to classify other objects of interest, like trees, buildings, structures, etc."
646+
"This notebook has demonstrated a workflow to train a deep learning model that detects features representing wind turbines. This notebook uses multiprocessing to reduce the time required to export training data. In this notebook, we also leveraged multiple GPUs to reduce the time for model training. We can follow a similar approach to classify other objects of interest, like trees, buildings, structures, etc."
647647
]
648648
},
649649
{

0 commit comments

Comments
 (0)