Skip to content

Instantly share code, notes, and snippets.

@FavioVazquez
Last active May 10, 2018 18:00
Embed
What would you like to do?
fs = !ls flower_photos/sample/*.jpg
uri_df = spark.createDataFrame(fs, StringType()).toDF("uri")
keras_pred_df = transformer.transform(uri_df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment