From 4139a990150b95a790f1eb676aae68cf5fa1a9d7 Mon Sep 17 00:00:00 2001 From: Brad Miro Date: Wed, 18 Dec 2024 15:01:32 -0500 Subject: [PATCH] Update ImageClassificationInSpark.ipynb --- notebooks/ai-ml/ImageClassificationInSpark.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/ai-ml/ImageClassificationInSpark.ipynb b/notebooks/ai-ml/ImageClassificationInSpark.ipynb index 077247c..430ed72 100644 --- a/notebooks/ai-ml/ImageClassificationInSpark.ipynb +++ b/notebooks/ai-ml/ImageClassificationInSpark.ipynb @@ -267,7 +267,7 @@ "collapsed": false }, "source": [ - "Create a [Pandas UDF](https://spark.apache.org/docs/3.4.2/api/python/reference/pyspark.sql/api/pyspark.sql.functions.pandas_udf.html) that contains the Torch code that will run on each worker to perform model inference. This training job uses the [ResNet50](https://pytorch.org/vision/main/models/generated/torchvision.models.resnet50.html) model." + "Create a [Pandas UDF](https://spark.apache.org/docs/3.4.2/api/python/reference/pyspark.sql/api/pyspark.sql.functions.pandas_udf.html) that contains the Torch code that will run on each worker to perform model inference. This inference job uses the [ResNet50](https://pytorch.org/vision/main/models/generated/torchvision.models.resnet50.html) model." ] }, {