From 3367b4a84821414505bf03629754779f23d9f128 Mon Sep 17 00:00:00 2001 From: Siddharth Murching Date: Fri, 27 Oct 2017 16:27:24 -0700 Subject: [PATCH] Fix README typo (#72) Corrects README to state that we added SQL UDF support for Keras models in DLP 0.2.0 (currently, the README says we added Scala SQL UDF support). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b779763..2e98af22 100644 --- a/README.md +++ b/README.md @@ -245,5 +245,5 @@ registerKerasImageUDF("my_keras_inception_udf", InceptionV3(weights="imagenet"), - 0.1.0 Alpha release - 0.2.0 release: 1. KerasImageFileEstimator API (train a Keras model on image files) - 2. Scala SQL UDF Support + 2. SQL UDF support for Keras models 3. Added Xception, Resnet50 models to DeepImageFeaturizer/DeepImagePredictor.